Skip to content

Commit

Permalink
Merge pull request #179 from chrismwilliams/add-prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismwilliams authored Dec 8, 2023
2 parents f07872a + ebeaf46 commit 891bfd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export default defineConfig({
image: {
domains: ["webmention.io"],
},
// https://docs.astro.build/en/guides/prefetch/
prefetch: true,
vite: {
plugins: [rawFonts([".ttf"])],
optimizeDeps: {
Expand Down

0 comments on commit 891bfd4

Please sign in to comment.