diff --git a/static/functions/_middleware.js b/static/functions/_middleware.js index 90efe51..0b092aa 100644 --- a/static/functions/_middleware.js +++ b/static/functions/_middleware.js @@ -13,8 +13,8 @@ async function handle_keys_request(context) { url.pathname = '/keys' + url.pathname; } - // Redirect - return Response.redirect(url, 302); + // Transparent redirect + return fetch(url); } // Otherwise, continue the request chain