update sveltekit

This commit is contained in:
2022-08-30 20:06:58 +03:00
parent 54234f010c
commit 0df7b299af
3 changed files with 150 additions and 150 deletions

View File

@@ -33,7 +33,7 @@
<div class="links">
{#each menus as { url, name }}
<a
sveltekit:prefetch
data-sveltekit-prefetch
class:active={url !== "/"
? currentPage.match(url)
: url === currentPage}