mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Merge branch 'develop'
This commit is contained in:
commit
4aaed4561e
2 changed files with 14 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
[build]
|
[build]
|
||||||
publish = "dist/"
|
publish = "dist/"
|
||||||
command = "npm run generate"
|
command = "npm run generate --quiet"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
NPM_FLAGS = "--no-optional"
|
||||||
|
|
||||||
|
|
||||||
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
|
# https://docs.netlify.com/configure-builds/file-based-configuration/#redirects
|
||||||
|
|
@ -10,7 +15,7 @@
|
||||||
from = "/app/node"
|
from = "/app/node"
|
||||||
to = "/app/nodejs"
|
to = "/app/nodejs"
|
||||||
status = 301
|
status = 301
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/kind/entertainment"
|
from = "/kind/entertainment"
|
||||||
to = "/kind/entertainment-and-media-apps/"
|
to = "/kind/entertainment-and-media-apps/"
|
||||||
|
|
|
||||||
|
|
@ -284,7 +284,13 @@ export default {
|
||||||
** Build configuration
|
** Build configuration
|
||||||
*/
|
*/
|
||||||
build: {
|
build: {
|
||||||
html: { minify: { collapseWhitespace: true } },
|
html: {
|
||||||
|
minify: {
|
||||||
|
minifyCSS: false,
|
||||||
|
minifyJS: false,
|
||||||
|
collapseWhitespace: true
|
||||||
|
}
|
||||||
|
},
|
||||||
/*
|
/*
|
||||||
** You can extend webpack config here
|
** You can extend webpack config here
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue