chore: Update translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2024-03-17 19:11:21 +00:00
parent a54c628c77
commit e6943e6747

View File

@ -42,7 +42,7 @@ export const onRequest: PagesFunction<Env> = async context => {
headers: {
...responseHeaders,
"access-control-allow-origin": "*",
"cache-control": "no-store"
}
"cache-control": "no-store",
},
});
}
};