We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d380be2 commit ba1579aCopy full SHA for ba1579a
static/index.html
@@ -219,7 +219,7 @@
219
}
220
221
// cors proxy impl details :'(
222
- const finalUrl = response.headers.get("X-Final-Url") ?? url;
+ const finalUrl = response.headers.get("X-Final-Url") ?? absoluteUrl;
223
const redirectUrl = absoluteUrl !== finalUrl ? removeDeploymentBaseUrl(new URL(finalUrl).pathname) : undefined;
224
225
// console.log(redirectUrl)
0 commit comments