Skip to content

Commit 2ca61d5

Browse files
committed
Workaround stupid Netlify bug
1 parent 5871a69 commit 2ca61d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
[context.branch-deploy]
1616
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
1717

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+
1822
[[plugins]]
1923
package = "netlify-plugin-hugo-cache-resources"
2024
[plugins.inputs]

0 commit comments

Comments
 (0)