chore: Update translations
This commit is contained in:
@ -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",
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
Reference in New Issue
Block a user