Skip to content

Commit

Permalink
fix: don't 404 on homepage by default with generator
Browse files Browse the repository at this point in the history
* chore: ignore .idea editor folder

* feat: add default index page data to next template
  • Loading branch information
matthewlynch authored Sep 6, 2023
1 parent 863ee48 commit 8fd7b3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ yarn-error.log*
# vercel
.vercel

# webstorm
.idea

dist
1 change: 1 addition & 0 deletions packages/create-puck-app/templates/next/database.json
Original file line number Diff line number Diff line change
@@ -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":""}}}

0 comments on commit 8fd7b3b

Please sign in to comment.