diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 93c8d05..97e7647 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -139,6 +139,13 @@ ); } } + function frameLoad() { + if (!import.meta.env.VITE_ADRIFT_SINGLEFILE) { + url = __uv$config.decodeUrl( + proxyIframe.contentDocument?.location.href.replace(/.*\//g, "") + ); + } + } {#if ready} @@ -147,7 +154,7 @@ -