Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
config: exclude hkg1 from the deployment regions of the edge function
  • Loading branch information
babaohuang committed Dec 15, 2023
1 parent 2bac07c commit b3e3385
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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"
]
}

0 comments on commit b3e3385

Please sign in to comment.