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

8 lines
165 B
Plaintext
Raw Normal View History

2024-06-21 09:18:06 +00:00
---
Astro.cookies.set("Language", "JP", {
path: "/",
2024-06-22 01:34:37 +00:00
sameSite: "strict"
2024-06-21 09:18:06 +00:00
});
return Astro.redirect("/");
---
<style is:global>body {background: black}</style>