Skip to content

Commit 3bdea58

Browse files
fix: update conditional statement
1 parent e15ede4 commit 3bdea58

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,6 +1,6 @@
11
export default defineNitroPlugin(nitroApp => {
22
nitroApp.hooks.hook('render:html', (html, { event }) => {
3-
if (event.path === '/spa.prerender-fallback.html') {
3+
if (event.path === '/spa.prerender-fallback.html' || event.path === '/200.html') {
44
html.head.push(`
55
<noscript>
66
<style>

0 commit comments

Comments
 (0)