diff --git a/src/pages/ProxyFrame.tsx b/src/pages/ProxyFrame.tsx index a5ae7a8..e00d2b7 100644 --- a/src/pages/ProxyFrame.tsx +++ b/src/pages/ProxyFrame.tsx @@ -93,6 +93,10 @@ export function ProxyFrame(props: { url: string }) { window.location.href = ProxiedUrl; } + if (proxyMode === "embed") { + history.pushState({}, "", "/"); + } + return (