diff --git a/nuxt.config.js b/nuxt.config.js index 3f3ce62a..55874f09 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -86,6 +86,12 @@ module.exports = { build: { extractCSS: false, + html: { + minify: { + minifyCSS: false, + minifyJS: false + } + }, plugins: [ new webpack.ProvidePlugin({ _get: 'lodash/get', diff --git a/static/admin/index.html b/static/admin/index.html index 51e90cd6..5205a9c2 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -10,11 +10,11 @@ rel="stylesheet" href="https://unpkg.com/netlify-cms@^2.0.0/dist/cms.css" /> + - - +