From e1f988d4b1d6c594307b4062ccb70436b4218f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 10 Oct 2021 14:06:43 +0200 Subject: [PATCH] Add sveltekit:prefetch on internal links --- src/components/atoms/Button.svelte | 2 +- src/components/molecules/Switcher.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/Button.svelte b/src/components/atoms/Button.svelte index 97eb2ad..19c37e6 100644 --- a/src/components/atoms/Button.svelte +++ b/src/components/atoms/Button.svelte @@ -16,7 +16,7 @@ {text} {:else if tag === 'a'} - + {text} diff --git a/src/components/molecules/Switcher.svelte b/src/components/molecules/Switcher.svelte index 8a2f487..c652232 100644 --- a/src/components/molecules/Switcher.svelte +++ b/src/components/molecules/Switcher.svelte @@ -37,7 +37,7 @@