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 4e20308 commit 06db440Copy full SHA for 06db440
next.config.ts
@@ -42,7 +42,7 @@ const getStage = (): StageType => {
42
}
43
44
const nextConfig: NextConfig = {
45
- output: 'standalone',
+ output: 'export',
46
env: envs[getStage()],
47
typescript: {
48
ignoreBuildErrors: true
0 commit comments