Skip to content

Commit 0438f90

Browse files
committed
Tweak prefetch strategy for UI
1 parent e8e6fe5 commit 0438f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default defineConfig({
55
base: '/ultimate-python',
66
output: 'static',
77
prefetch: {
8-
defaultStrategy: 'hover'
8+
defaultStrategy: 'tap'
99
}
1010
});

0 commit comments

Comments
 (0)