chore: Update translations

This commit is contained in:
2024-03-19 12:04:21 +00:00
parent 382f9b6e1b
commit a3f1393999
4 changed files with 26 additions and 20 deletions

View File

@ -37,7 +37,7 @@ export const onRequest: PagesFunction<Env> = async context => {
return new Response(body, {
headers: {
...Object.fromEntries(rsp.headers.entries()),
"cache-control": "public, max-age=60"
"cache-control": "public, max-age=60",
},
});
}