prefetch sites on hovering their links in navbar

This commit is contained in:
2024-10-24 00:39:17 +02:00
parent 998d56e2e7
commit 8afd44ff49
3 changed files with 9 additions and 7 deletions
+4 -2
View File
@@ -1,5 +1,4 @@
import { defineConfig } from 'astro/config'
import svelte from '@astrojs/svelte'
import mdx from '@astrojs/mdx'
import remarkGfm from 'remark-gfm'
import remarkSmartypants from 'remark-smartypants'
@@ -8,7 +7,10 @@ import rehypeExternalLinks from 'rehype-external-links'
// https://astro.build/config
export default defineConfig({
site: 'https://youhavetrouble.me',
integrations: [mdx(), svelte()],
prefetch: {
defaultStrategy: 'hover',
},
integrations: [mdx()],
markdown: {
shikiConfig: {
theme: 'nord',