Skip to content

Commit d3cea06

Browse files
committed
fix: remove trailing comma from VITE_SERVER_URL in vercel.json
1 parent 88a3791 commit d3cea06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/studio/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": {
88
"env": {
99
"VITE_RUNTIME_MODE": "server",
10-
"VITE_SERVER_URL": "https://play.objectstack.ai",
10+
"VITE_SERVER_URL": "https://play.objectstack.ai"
1111
}
1212
},
1313
"rewrites": [

0 commit comments

Comments
 (0)