feat: fix faulty prefeching

This commit is contained in:
Alexander Daichendt 2022-10-22 23:19:34 +02:00
parent 7eb8eb5cdb
commit 43b1183e9a
2 changed files with 9 additions and 8 deletions

View file

@ -19,7 +19,7 @@
// internal props
if (!disablePrefetch ){
props = {
"sveltekit:prefetch": true
"data-sveltekit-prefetch": ""
}
}
}