Skip to content

Commit

Permalink
Add prefetching strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Jun 11, 2024
1 parent 257ba84 commit 7ab4f87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import icon from 'astro-icon';
// https://astro.build/config
export default defineConfig({
site: 'https://morrone.dev',
prefetch: {
prefetchAll: true,
defaultStrategy: 'load',
},
integrations: [
icon(),
tailwind(),
Expand Down

0 comments on commit 7ab4f87

Please sign in to comment.