diff --git a/components/all-updates-subscribe.vue b/components/all-updates-subscribe.vue index 392d1f5..c7ce0a0 100644 --- a/components/all-updates-subscribe.vue +++ b/components/all-updates-subscribe.vue @@ -63,10 +63,10 @@ import axios from 'axios' export default { props: { - appName: { - type: String, - required: true - }, + // appName: { + // type: String, + // required: true + // }, placeholder: { type: String, default: 'Send me regular app updates' 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 */