Skip to content

Commit

Permalink
fix broken docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BearToCode committed Oct 18, 2024
1 parent 6d8e43f commit cb175e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/routes/[...slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
});
$: if (mounted) {
$page.url = $page.url;
$page.url;
clientSideComponent = null;
renderClientSideComponent();
}
Expand Down

0 comments on commit cb175e1

Please sign in to comment.