Skip to content

Commit

Permalink
enable static page generation
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyangg committed Oct 7, 2024
1 parent d3dac05 commit b09f604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web-app/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export",
reactStrictMode: true
};

export default nextConfig;

0 comments on commit b09f604

Please sign in to comment.