test new build
Build and Deploy docker container / build (push) Failing after 1m50s

This commit is contained in:
2024-11-19 14:50:18 -06:00
parent 1230e8d9f3
commit 43e4aed2db
2 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -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