1
0
Fork 0
This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
poke-on-astro-experiment/src/pages/api/language/jp.astro
2024-06-21 21:34:37 -04:00

8 lines
165 B
Plaintext

---
Astro.cookies.set("Language", "JP", {
path: "/",
sameSite: "strict"
});
return Astro.redirect("/");
---
<style is:global>body {background: black}</style>