We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224a343 commit a55d8e5Copy full SHA for a55d8e5
next.config.mjs
@@ -1,4 +1,10 @@
1
/** @type {import('next').NextConfig} */
2
-const nextConfig = {};
+const nextConfig = {
3
+ output: 'export',
4
+ reactStrictMode: true,
5
+ images: {
6
+ unoptimized: true,
7
+ },
8
+};
9
10
export default nextConfig;
0 commit comments