diff --git a/next.config.mjs b/next.config.mjs index d5456a1..608d9c5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, + reactStrictMode: true, + output: "export" }; export default nextConfig;