diff --git a/next.config.js b/next.config.js index cd03bab..32f5aaa 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: "export", reactStrictMode: true, experimental: { appDir: true,