Skip to content

Commit

Permalink
enable link prefetching on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
thegu5 committed Nov 17, 2023
1 parent c34e553 commit 291e9e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ export default defineConfig({
cssCodeSplit: false,
},
},
prefetch: {
prefetchAll: true
}
});

0 comments on commit 291e9e3

Please sign in to comment.