test of standalone build
Build and Deploy docker container / build (push) Successful in 3m41s

This commit is contained in:
2024-11-19 14:21:02 -06:00
parent 99611462a3
commit 1230e8d9f3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ const securityHeaders = [
},
]
const output = process.env.EXPORT ? 'export' : undefined
const output = process.env.EXPORT ? 'export' : 'standalone'
const basePath = process.env.BASE_PATH || undefined
const unoptimized = process.env.UNOPTIMIZED ? true : undefined