We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5871a69 commit 2ca61d5Copy full SHA for 2ca61d5
netlify.toml
@@ -15,6 +15,10 @@
15
[context.branch-deploy]
16
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
17
18
+[context.branch-deploy.processing.css]
19
+ # work around bug: https://answers.netlify.com/t/bug-bundle-css-option-produces-invalid-markup-when-link-attributes-contain-quotes/49680
20
+ bundle = false
21
+
22
[[plugins]]
23
package = "netlify-plugin-hugo-cache-resources"
24
[plugins.inputs]
0 commit comments