From 368e4522012d3a0130c22e4e4492defc10d22375 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 1 Dec 2020 22:36:05 -0600 Subject: [PATCH] Try minifying html --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index 3975b60..86ed5f1 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -237,6 +237,7 @@ export default { ** Build configuration */ build: { + html: { minify: { collapseWhitespace: true } }, /* ** You can extend webpack config here */