build fix on deployement to dev

This commit is contained in:
2024-04-10 11:03:14 +01:00
parent ba06f14b4a
commit 30d75493a4
6 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ const securityHeaders = [
const buildId = Date.now().toString();
module.exports = {
output: "standalone",
//output: "standalone",
env: {
BUILD_ID_ENV: buildId,
},