mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
feat(config): 强制预获取所有链接
https://docs.astro.build/zh-cn/guides/prefetch/#%E9%BB%98%E8%AE%A4%E9%A2%84%E8%8E%B7%E5%8F%96%E6%89%80%E6%9C%89%E9%93%BE%E6%8E%A5
This commit is contained in:
@@ -30,6 +30,9 @@ export default defineConfig({
|
||||
site: "https://adclosenn.top",
|
||||
base: "/",
|
||||
trailingSlash: "always",
|
||||
prefetch: {
|
||||
prefetchAll: true
|
||||
},
|
||||
integrations: [
|
||||
tailwind({
|
||||
nesting: true,
|
||||
|
||||
Reference in New Issue
Block a user