feat(site): prefetch all links

This commit is contained in:
Darius Cepulis
2025-10-30 08:34:47 -05:00
parent bd6ef02282
commit bd9fd38aa4
5 changed files with 15 additions and 17 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ export default defineConfig({
},
}),
],
prefetch: true,
prefetch: {
prefetchAll: true,
},
markdown: {
// a lot of these are defaults but I'm setting them just to be explicit