From 2f5b60f9a8a2a80042910eafcce906eef708d63a Mon Sep 17 00:00:00 2001 From: Andrew <74398819+AndrewDTR@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:55:58 -0600 Subject: [PATCH] prefetch all links --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 270bea3..a227e46 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,6 +7,9 @@ import { pluginCollapsibleSections } from '@expressive-code/plugin-collapsible-s // https://astro.build/config export default defineConfig({ + prefetch: { + prefetchAll: true + }, site: 'https://amoses.dev', markdown: { rehypePlugins: [