add simple live score feed page
Some checks are pending
Deploy Website / deploy (push) Waiting to run
Deploy Backend / deploy (push) Successful in 4m15s

This commit is contained in:
Lee
2024-10-13 04:40:04 +01:00
parent ee212150fd
commit 4cc5893757
8 changed files with 224 additions and 24 deletions

View File

@ -41,7 +41,7 @@ export async function setCookieValue(name: CookieName, value: string) {
});
}
const { set } = (await import("js-cookie")).default;
return set(name, value, {
set(name, value, {
path: "/",
});
}