diff options
Diffstat (limited to 'next.config.js')
| -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 62e6502..c335cc8 100644 --- a/next.config.js +++ b/next.config.js | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /** @type {import('next').NextConfig} */ | 1 | /** @type {import('next').NextConfig} */ |
| 2 | const nextConfig = { | 2 | const nextConfig = { |
| 3 | output: 'export', | ||
| 3 | experimental: { | 4 | experimental: { |
| 4 | appDir: true, | 5 | appDir: true, |
| 5 | outputStandalone: true, | ||
| 6 | }, | 6 | }, |
| 7 | }; | 7 | }; |
| 8 | 8 | ||
