Skip to content

Commit

Permalink
chore: Update prefetch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyu1818 committed Nov 23, 2023
1 parent a58fd71 commit ef1590c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import sitemap from '@astrojs/sitemap'
import robotsTxt from 'astro-robots-txt'

export default defineConfig({
prefetch: true,
prefetch: {
prefetchAll: true,
},
site: 'https://www.zhangyu.dev/',
integrations: [tailwind(), sitemap(), robotsTxt()],
})

1 comment on commit ef1590c

@vercel
Copy link

@vercel vercel bot commented on ef1590c Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.