Skip to content

Commit 331b08d

Browse files
committed
fix: use env var reference instead of secret in vercel.json
1 parent daf48cc commit 331b08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"buildCommand": "npm run build:web",
55
"outputDirectory": "apps/web/.next",
66
"env": {
7-
"BACKEND_URL": "@backend-url"
7+
"BACKEND_URL": "${BACKEND_URL}"
88
}
99
}

0 commit comments

Comments
 (0)