Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica authored May 2, 2024
1 parent a369781 commit 05481b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

const nextConfig = {
output: "export", // <=== enables static exports
assetPrefix: "/public/",
reactStrictMode: true,
};

export default nextConfig;


0 comments on commit 05481b9

Please sign in to comment.