diff --git a/next.config.js b/next.config.js index 505c9f3..670af90 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,10 @@ const nextConfig = { reactStrictMode: true, reactCompiler: true, + output: 'export', + images: { + unoptimized: true + } }; module.exports = nextConfig;