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.
package/package.json CHANGED
@@ -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",
@@ -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