Skip to content

Commit 06db440

Browse files
authored
Update next.config.ts
1 parent 4e20308 commit 06db440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const getStage = (): StageType => {
4242
}
4343

4444
const nextConfig: NextConfig = {
45-
output: 'standalone',
45+
output: 'export',
4646
env: envs[getStage()],
4747
typescript: {
4848
ignoreBuildErrors: true

0 commit comments

Comments
 (0)