We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae62dc commit be92289Copy full SHA for be92289
netlify.toml
@@ -1,6 +1,6 @@
1
[build]
2
- command = "hugo"
3
publish = "public"
+ command = "npm install --save-dev autoprefixer && npm install --save-dev postcss-cli && npm install -D postcss && hugo --gc --minify --baseURL https://openreports.io/"
4
5
[context.production.environment]
6
HUGO_VERSION = "0.133.1"
0 commit comments