diff --git a/next.config.js b/next.config.js index 4436b22..184d9f1 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { experimental: { + output: 'export', appDir: true, }, };