proper usage of page store

This commit is contained in:
Joseph Montanaro
2021-10-19 11:23:55 -07:00
parent a2a2b4f200
commit 19fb0e3986
4 changed files with 14 additions and 15 deletions

View File

@ -33,7 +33,7 @@
<nav id="nav-main">
<a sveltekit:prefetch href="/">Home</a>
<a sveltekit:prefetch href="/posts">Posts</a>
<a sveltekit:prefetch href="#">About</a>
<a sveltekit:prefetch href="/">About</a>
</nav>
</div>