diff options
Diffstat (limited to 'next.config.mjs')
-rw-r--r-- | next.config.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.mjs b/next.config.mjs index 6f4424f..7b59de6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -7,6 +7,7 @@ try { /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'standalone', reactStrictMode: false, eslint: { ignoreDuringBuilds: true, |