diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..62e6502 --- /dev/null +++ b/next.config.js | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | /** @type {import('next').NextConfig} */ | ||
| 2 | const nextConfig = { | ||
| 3 | experimental: { | ||
| 4 | appDir: true, | ||
| 5 | outputStandalone: true, | ||
| 6 | }, | ||
| 7 | }; | ||
| 8 | |||
| 9 | module.exports = nextConfig; | ||
