diff --git a/.vitepress/theme/components/Feedback.vue b/.vitepress/theme/components/Feedback.vue index b91554366..df6116866 100644 --- a/.vitepress/theme/components/Feedback.vue +++ b/.vitepress/theme/components/Feedback.vue @@ -46,8 +46,8 @@ async function handleSubmit(type?: string) { const response = await fetch("https://feedback.tasky.workers.dev", { method: "POST", headers: { - 'Access-Control-Allow-Origin':'*', - 'Access-Control-Allow-Methods':'POST,PATCH,OPTIONS' + "Access-Control-Allow-Origin": "*", + "Access-Control-Allow-Methods": "POST,PATCH,OPTIONS", "Content-Type": "application/json", }, body: JSON.stringify(body), @@ -101,7 +101,7 @@ async function handleSubmit(type?: string) {