Skip to content

Commit bdd7ec9

Browse files
authored
chore: set to 0
1 parent 7b1d063 commit bdd7ec9

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="1"></noscript>')
4+
html.head.push('<noscript><meta http-equiv="refresh" content="0"></noscript>')
55
}
66
})
77
})

0 commit comments

Comments
 (0)