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