docs: use 302 redirect for language redirects

This commit is contained in:
bd_ 2023-10-11 20:38:34 +09:00
parent f3dd00b0e5
commit 907cb57b9e

View File

@ -76,7 +76,7 @@ async function handleEvent(event) {
}
response = new Response("Redirecting", {
status: 301,
status: 302,
headers: {
Location: destination,
Vary: 'Accept-Language',