Skip to content

Commit

Permalink
[PAGE] Fixed build error
Browse files Browse the repository at this point in the history
[Description]
- Fixed config file
  • Loading branch information
goomba25 committed Aug 7, 2024
1 parent 101b8e9 commit 5f17768
Show file tree
Hide file tree
Showing 8 changed files with 1,832 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ yarn-error.log*
next-env.d.ts

# etc.
.files/
.files/
3 changes: 2 additions & 1 deletion .next/server/app-paths-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"/page": "app/page.js"
"/page": "app/page.js",
"/(route)/archive/page": "app/(route)/archive/page.js"
}
6 changes: 1 addition & 5 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"/_app": "pages/_app.js",
"/_error": "pages/_error.js",
"/_document": "pages/_document.js"
}
{}
2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .next/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "jJdmB9EDqGhtzmy5om6hyHkjQdjALtax1EJo/9tWEu8="
"encryptionKey": "jWx8VC+0LCkkDYFjIZvbgEhYKgeOz1kiR4l4B1RCQEs="
}
Loading

0 comments on commit 5f17768

Please sign in to comment.