We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac3f32 commit 5c19c7eCopy full SHA for 5c19c7e
functions/__/vitepress-theme.tgz.ts
@@ -5,6 +5,7 @@ export async function onRequest(context) {
5
headers: {
6
'Access-Control-Allow-Origin': '*',
7
'Access-Control-Allow-Methods': 'GET, OPTIONS',
8
+ 'Access-Control-Allow-Headers': '*',
9
},
10
})
11
}
0 commit comments