Clean and deploy

This commit is contained in:
Sidharth Vinod
2021-05-29 15:50:31 +05:30
parent eab37842de
commit 29b555bf7c
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
onMount(async () => {
// Handle old live editor links and redirect to new version
console.log(base);
debugger;
const hash = window.location.hash.split('/');
let newURL = 'edit';
if (hash.length > 2) {