Skip to content

Commit

Permalink
fix: add prefetch config option
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Sep 11, 2024
1 parent 5793615 commit ec4d26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const NETLIFY_PREVIEW_SITE = process.env.CONTEXT !== 'production' && process.env
// https://astro.build/config
export default defineConfig({
site: NETLIFY_PREVIEW_SITE || 'https://astro.build',
prefetch: true,
integrations: [
tailwind({
applyBaseStyles: false,
Expand Down

0 comments on commit ec4d26d

Please sign in to comment.