Skip to content

Commit 5b0d756

Browse files
committed
Quick fix for base setup
1 parent a08ec0a commit 5b0d756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
110110
$: if (browser && $page.url.searchParams.has("model")) {
111111
if ($settings.activeModel === $page.url.searchParams.get("model")) {
112-
goto("/?");
112+
goto(`${base}/?`);
113113
}
114114
$settings.activeModel = $page.url.searchParams.get("model") ?? $settings.activeModel;
115115
}

0 commit comments

Comments
 (0)