aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js2
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} */
2const nextConfig = { 2const nextConfig = {
3 output: 'export', 3 output: 'standalone',
4 experimental: { 4 experimental: {
5 appDir: true, 5 appDir: true,
6 }, 6 },