Skip to content

Commit

Permalink
ci(vote): 💚 update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
wrzrmzx committed Oct 16, 2023
1 parent 9be0f3e commit 35544c6
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion packages/vote/public/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"enabled": false
},
"rewrites": [
{
"source": "/v10-be/(.*)",
"destination": "http://34.86.25.42/$1"
},
{
"source": "/(.*)",
"destination": "/index.html"
Expand All @@ -19,6 +23,15 @@
"value": "application/manifest+json"
}
]
},
{
"source": "/LICENSE",
"headers": [
{
"key": "content-type",
"value": "text/plain"
}
]
}
]
}
}

0 comments on commit 35544c6

Please sign in to comment.