diff --git a/.gitignore b/.gitignore index 44ca5e407..9f7fdcdee 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,7 @@ yarn-error.log* # vercel .vercel +# webstorm +.idea + dist \ No newline at end of file diff --git a/packages/create-puck-app/templates/next/database.json b/packages/create-puck-app/templates/next/database.json new file mode 100644 index 000000000..7bfd4eb18 --- /dev/null +++ b/packages/create-puck-app/templates/next/database.json @@ -0,0 +1 @@ +{"/":{"content":[{"type":"HeadingBlock","props":{"title":"Edit this page by adding /edit to the end of the URL","id":"HeadingBlock-1694032984497"}}],"root":{"title":""}}} \ No newline at end of file