Skip to content

Commit

Permalink
fix: enable prefetchal
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Nov 9, 2024
1 parent e251e60 commit fb7b7cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import customTheme from './shiki/github-dark-default.json'

// https://astro.build/config
export default defineConfig({
prefetchAll: true,
prefetch: {
prefetchAll: true
},
i18n: {
defaultLocale: 'ko',
locales: ['ko', 'en'],
Expand Down

0 comments on commit fb7b7cc

Please sign in to comment.