diff options
| -rw-r--r-- | next.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index c335cc8..b8838d7 100644 --- a/next.config.js +++ b/next.config.js | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /** @type {import('next').NextConfig} */ | 1 | /** @type {import('next').NextConfig} */ |
| 2 | const nextConfig = { | 2 | const nextConfig = { |
| 3 | output: 'export', | 3 | output: 'standalone', |
| 4 | experimental: { | 4 | experimental: { |
| 5 | appDir: true, | 5 | appDir: true, |
| 6 | }, | 6 | }, |
