diff --git a/static/functions/_middleware.js b/static/functions/_middleware.js index 0b092aa..9673bc8 100644 --- a/static/functions/_middleware.js +++ b/static/functions/_middleware.js @@ -14,7 +14,7 @@ async function handle_keys_request(context) { } // Transparent redirect - return fetch(url); + return Response.redirect(url, 302); } // Otherwise, continue the request chain