Merge branch 'NebulaServices:main' into main
This commit is contained in:
commit
1acf4544e3
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ export function ProxyFrame(props: { url: string }) {
|
||||||
window.location.href = ProxiedUrl;
|
window.location.href = ProxiedUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (proxyMode === "embed") {
|
||||||
|
history.pushState({}, "", "/");
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="h-screen w-screen bg-primary">
|
<div class="h-screen w-screen bg-primary">
|
||||||
<CloakedHead
|
<CloakedHead
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue