this repo has no description

fix: rollback Zola to 0.19.2 as Netlify has issues with Glibc

hauleth.dev 3f6d023d 328ea839

verified
Changed files
+1 -1
+1 -1
netlify.toml
···
publish = "public/"
[build.environment]
-
ZOLA_VERSION = "0.20.0"
+
ZOLA_VERSION = "0.19.2"
[context.deploy-preview]
command = "zola build --drafts --base-url $DEPLOY_PRIME_URL"