Skip to content

Commit

Permalink
Enable output standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Sep 7, 2023
1 parent 822b510 commit 2f3da3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
?.map((d) => d.trim())
?.filter((d) => d.trim()),
},
output: "standalone",
reactStrictMode: false,
webpack(config) {
config.module.rules.push({
Expand Down

0 comments on commit 2f3da3e

Please sign in to comment.