mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): prefetch all links
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user