mirror of
https://github.com/NebulaServices/Nebula.git
synced 2025-05-17 13:30:00 -04:00
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;
|
||||
}
|
||||
|
||||
if (proxyMode === "embed") {
|
||||
history.pushState({}, "", "/");
|
||||
}
|
||||
|
||||
return (
|
||||
<div class="h-screen w-screen bg-primary">
|
||||
<CloakedHead
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue