diff --git a/docs-site~/src/index.js b/docs-site~/src/index.js index 2ca9df3f..1414f589 100644 --- a/docs-site~/src/index.js +++ b/docs-site~/src/index.js @@ -76,7 +76,7 @@ async function handleEvent(event) { } response = new Response("Redirecting", { - status: 301, + status: 302, headers: { Location: destination, Vary: 'Accept-Language',