We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1d063 commit bdd7ec9Copy full SHA for bdd7ec9
1 file changed
server/plugins/fallback-ui.ts
@@ -1,7 +1,7 @@
1
export default defineNitroPlugin(nitroApp => {
2
nitroApp.hooks.hook('render:html', (html, { event }) => {
3
if (event.path.includes('/200.html')) {
4
- html.head.push('<noscript><meta http-equiv="refresh" content="1"></noscript>')
+ html.head.push('<noscript><meta http-equiv="refresh" content="0"></noscript>')
5
}
6
})
7
0 commit comments