Skip to content

Commit

Permalink
[Fix] nextjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
winnieworld committed Oct 4, 2023
1 parent 68479d0 commit 3421978
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 142 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ const nextConfig = {
images: {
unoptimized: true,
},
experimental: {
appDir: true,
},
output: "export",
assetPrefix: "/nextjs13.3",
};

module.exports = nextConfig;
Loading

0 comments on commit 3421978

Please sign in to comment.