diff --git a/lib/common/nuxt.config.js b/lib/common/nuxt.config.js index 7da19fbf20..6545fba8f7 100644 --- a/lib/common/nuxt.config.js +++ b/lib/common/nuxt.config.js @@ -112,7 +112,7 @@ export default { removeAttributeQuotes: false, removeComments: false, removeEmptyAttributes: true, - removeOptionalTags: true, + removeOptionalTags: false, removeRedundantAttributes: true, removeScriptTypeAttributes: false, removeStyleLinkTypeAttributes: false,