Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: hmm

+1 -1
+1 -1
crates/maudit/src/build/options.rs
··· 89 89 impl Default for PrefetchOptions { 90 90 fn default() -> Self { 91 91 Self { 92 - strategy: PrefetchStrategy::Tap, 92 + strategy: PrefetchStrategy::None, 93 93 } 94 94 } 95 95 }