Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: exclude hkg1 from the deployment regions of the edge function #450

Closed
wants to merge 9 commits into from
10 changes: 8 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"buildCommand": "OUTPUT=vercel astro build"
}
"buildCommand": "OUTPUT=vercel astro build",
"regions": [
"arn1", "bom1", "cdg1", "cle1", "cpt1",
"dub1", "fra1", "gru1", "hnd1", "iad1",
"icn1", "kix1", "lhr1", "pdx1", "sfo1",
"sin1", "syd1"
]
}