We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd6ad4 commit 6328107Copy full SHA for 6328107
1 file changed
src/public/js/index.js
@@ -26,7 +26,7 @@ form.addEventListener("submit", (event) => {
26
handoffToTABS(__uv$config.prefix + __uv$config.encodeUrl(url));
27
break;
28
case "dynamic":
29
- handoffToTABS(__dynam$ic.prefix + "route/?url=" + __dynam$ic.encodeUrl(url));
+ handoffToTABS(__dynam$ic.prefix + __dynam$ic.encodeUrl(url));
30
31
default:
32
@@ -37,7 +37,7 @@ function proxyOtherStuff(url) {
37
case "uv":
38
return __uv$config.prefix + __uv$config.encodeUrl(url);
39
40
- return __dynam$ic.prefix + "route/?url=" + __dynam$ic.encodeUrl(url);
+ return __dynam$ic.prefix + __dynam$ic.encodeUrl(url);
41
42
43
}
0 commit comments