Skip to content

Commit

Permalink
배포 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwiiron committed Nov 23, 2024
1 parent 0da11b1 commit 87fe2b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const nextConfig = {
compiler: {
styledComponents: true,
},

output: "export",
images: {
unoptimized: true,
},
};

module.exports = nextConfig;
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200

0 comments on commit 87fe2b4

Please sign in to comment.