Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Akatuoro committed Apr 27, 2024
1 parent 615a3b7 commit 3c79d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
import BrowserSupport from "$lib/browser-support.svelte";
import FancyButton from "$lib/components/FancyButton.svelte";
import StickyFooter from "$lib/components/StickyFooter.svelte";
import { base } from "$app/paths";
function load() {
const overlay = document.getElementById("overlay")
overlay.hidden = false
location.href = '/model'
location.href = base + '/model'
}
</script>
Expand Down

0 comments on commit 3c79d54

Please sign in to comment.