Skip to content

Commit 5c19c7e

Browse files
committed
chore: allow headers
1 parent 3ac3f32 commit 5c19c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/__/vitepress-theme.tgz.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export async function onRequest(context) {
55
headers: {
66
'Access-Control-Allow-Origin': '*',
77
'Access-Control-Allow-Methods': 'GET, OPTIONS',
8+
'Access-Control-Allow-Headers': '*',
89
},
910
})
1011
}

0 commit comments

Comments
 (0)