You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2 lines
296 B

window.addEventListener("load",()=>{const n=new URL(window.location.href).hash.substring(1);if(!n)throw new Error("No fragment found in URL. Cannot determine redirect.");const o=`${window.location.origin}/#/${n}`;window.location.href=o});
//# sourceMappingURL=redirect.c3cf620ff567c99c59d0.js.map