Merge branch 'NebulaServices:main' into main

This commit is contained in:
tgt 2023-12-31 01:11:43 -05:00 committed by GitHub
commit 1acf4544e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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