diff --git a/next.config.mjs b/next.config.mjs index fe7a818..cd1b333 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,9 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: "export", // <=== enables static exports + reactStrictMode: true, images: { + unoptimized: true, remotePatterns: [ { protocol: "https",