Fix #81, Fix #82, Add missing data to mod pages, donation platforms WIP

This commit is contained in:
Geometrically
2021-01-16 22:54:37 -07:00
parent 51e9527d53
commit f21f758591
9 changed files with 272 additions and 23 deletions

View File

@@ -172,6 +172,12 @@ export default {
styleResources: {
scss: './assets/styles/injected.scss',
},
html: {
minify: {
collapseWhitespace: true, // as @dario30186 mentioned
removeComments: true, // 👈 add this line
},
},
},
loading: {
color: 'green',