mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 11:42: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()],
|
||||
vite: {
|
||||
plugins: [tailwindcss()]
|
||||
}
|
||||
},
|
||||
prefetch: {
|
||||
prefetchAll: false,
|
||||
defaultStrategy: 'tap'
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user