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

This commit is contained in:
Eric-2369 2023-11-16 11:33:10 +08:00
parent 9876a1aeca
commit 74eb42c111
No known key found for this signature in database
GPG Key ID: 3E1A21A535A45565
1 changed files with 1 additions and 0 deletions

View File

@ -75,3 +75,4 @@ export const GET = handle;
export const POST = handle;
export const runtime = "edge";
export const preferredRegion = ['arn1', 'bom1', 'cdg1', 'cle1', 'cpt1', 'dub1', 'fra1', 'gru1', 'hnd1', 'iad1', 'icn1', 'kix1', 'lhr1', 'pdx1', 'sfo1', 'sin1', 'syd1'];