RubyGems
npm
Organizations
Log in
Sign up
npm
create-puck-app
Versions diffs
0.8.0-canary.f4b0563 → 0.9.0-canary.222697e
create-puck-app 0.8.0-canary.f4b0563 → 0.9.0-canary.222697e
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/templates/next/app/[...puckPath]/page.tsx
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "create-puck-app",
3
-
"version": "0.
8
.0-canary.
f4b0563
",
3
+
"version": "0.
9
.0-canary.
222697e
",
4
4
"private": false,
5
5
"license": "MIT",
6
6
"type": "module",
package/templates/next/app/[...puckPath]/page.tsx
CHANGED
Viewed
@@ -28,7 +28,7 @@ export async function generateMetadata({
28
28
}
29
29
30
30
return {
31
-
title: getPage(path)
.
root.title,
31
+
title: getPage(path)
?.
root.title,
32
32
};
33
33
}
34
34