Skip to content

Commit 60e9fa2

Browse files
committed
Test Next.js configuration and update package.json for Vercel build
1 parent a785770 commit 60e9fa2

File tree

3 files changed

+1041
-89
lines changed

3 files changed

+1041
-89
lines changed

next.config.cjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
experimental: {
3+
appDir: true
4+
},
5+
output: "standalone",
6+
};
7+

0 commit comments

Comments
 (0)