Hello,
running nuxt generate on a simple project appears to generate invalid HTML, with <title> and <meta> not within the <head> and missing closing </body> and </html> tags.
Hi. This is known and HTML is valid! Minifier does this to save more bytes :)
// nuxt.config.js
generate: {
minify: {
removeOptionalTags: false,
},
},
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment