Skip to content

Commit

Permalink
Merge pull request #45 from alexis-opolka/develop
Browse files Browse the repository at this point in the history
Fix Output
  • Loading branch information
alexis-opolka committed Aug 13, 2023
2 parents be1af46 + 7fe2eb7 commit ccf6463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const nextConfig = {
locales: ["en", "fr"],
defaultLocale: "en"
},
output: "export"
output: undefined
}

module.exports = nextConfig

0 comments on commit ccf6463

Please sign in to comment.