site_template/vite.config.ts in staticky-0.1.1 vs site_template/vite.config.ts in staticky-0.2.0
- old
+ new
@@ -6,9 +6,9 @@
server: { hmr: false },
plugins: [
RubyPlugin(),
FullReload(
"build/index.html",
- { delay: 0 }
+ { delay: 500 }
),
],
})