Skip to content

Commit 7b1d063

Browse files
chore: reduce reload time to 1 second
1 parent 72db136 commit 7b1d063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/plugins/fallback-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default defineNitroPlugin(nitroApp => {
22
nitroApp.hooks.hook('render:html', (html, { event }) => {
33
if (event.path.includes('/200.html')) {
4-
html.head.push('<noscript><meta http-equiv="refresh" content="3"></noscript>')
4+
html.head.push('<noscript><meta http-equiv="refresh" content="1"></noscript>')
55
}
66
})
77
})

0 commit comments

Comments
 (0)