Skip to content

Commit

Permalink
chore(astro): prefetch all internal links on hover by default
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhoffmnn committed Oct 10, 2024
1 parent ac03626 commit 5013d36
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 @@ -8,7 +8,9 @@ import remarkMath from "remark-math";
// https://astro.build/config
export default defineConfig({
site: "https://felix-hoffmann.dev",
prefetch: true,
prefetch: {
prefetchAll: true,
},
markdown: {
shikiConfig: {
theme: "one-dark-pro",
Expand Down

0 comments on commit 5013d36

Please sign in to comment.