We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa20424 commit 2e1330cCopy full SHA for 2e1330c
next.config.js
@@ -9,7 +9,7 @@ if (!process.env.SENTRY_DSN) return
9
const { withSentryConfig } = require('@sentry/nextjs')
10
11
const nextConfig = {
12
- // output: 'standalone',
+ output: 'standalone',
13
reactStrictMode: true,
14
swcMinify: true,
15
eslint: {
0 commit comments