This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ const securityHeaders = [
|
||||
},
|
||||
]
|
||||
|
||||
const output = process.env.EXPORT ? 'export' : 'standalone'
|
||||
const output = process.env.EXPORT ? 'export' : undefined
|
||||
const basePath = process.env.BASE_PATH || undefined
|
||||
const unoptimized = process.env.UNOPTIMIZED ? true : undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user