Skip to content

Commit

Permalink
Update astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Aug 9, 2024
1 parent a6eb8d1 commit e6e5e58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
site: "https://docs.verdi.rocks",
prefetch: {
prefetchAll: true,
defaultStrategy: 'load',
},
integrations: [
starlight({
title: 'My Docs',
Expand Down

0 comments on commit e6e5e58

Please sign in to comment.