Skip to content

Commit

Permalink
chore: update prefetch rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Nov 9, 2024
1 parent fb7b7cc commit e942ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import customTheme from './shiki/github-dark-default.json'
// https://astro.build/config
export default defineConfig({
prefetch: {
prefetchAll: true
prefetchAll: true,
defaultStrategy: 'viewport'
},
i18n: {
defaultLocale: 'ko',
Expand Down

0 comments on commit e942ee8

Please sign in to comment.