bike-grid-now / bike-grid-monorepo

Contains the code for our monorepo. Doing this so we can query FireCMS safely.
bike-grid-now-website.vercel.app
MIT License
3 stars 1 forks source link

Add link prefetching #11

Open samwightt opened 2 years ago

samwightt commented 2 years ago

SvelteKit's default behavior for loading links is to load them only when the link is clicked. We should add link prefetching, which loads them on hover instead of on click. We can do this by adding the data-sveltekit-prefetch attribute.