chore: Update translations

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

View File

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