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