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