Skip to content

Commit 3069f86

Browse files
fix: add meta tag to reload page after 2 seconds
1 parent 5be494e commit 3069f86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export default defineNuxtConfig({
7070
},
7171
],
7272
meta: [{ name: 'twitter:card', content: 'summary_large_image' }],
73+
noscript: [{ innerHTML: '<meta http-equiv="refresh" content="2">' }],
7374
},
7475
},
7576

0 commit comments

Comments
 (0)