mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 03:32:10 +02:00
Change prefetch strategy
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -14,5 +14,9 @@ export default defineConfig({
|
|||||||
integrations: [mdx()],
|
integrations: [mdx()],
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()]
|
plugins: [tailwindcss()]
|
||||||
}
|
},
|
||||||
|
prefetch: {
|
||||||
|
prefetchAll: false,
|
||||||
|
defaultStrategy: 'tap'
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user