Use sveltekit:noscroll/prefetch on internal links
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
<div class="photos__grid">
|
||||
{#each photos as { image, slug, location, title, city }, index}
|
||||
<figure class="photo shadow-photo">
|
||||
<a href="/{location.country.slug}/{location.slug}/{slug}">
|
||||
<a href="/{location.country.slug}/{location.slug}/{slug}" sveltekit:prefetch sveltekit:noscroll>
|
||||
<Image
|
||||
id={image.id}
|
||||
sizeKey="photo-grid"
|
||||
|
||||
Reference in New Issue
Block a user