summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvano Sallese <svavs@users.noreply.github.com>2023-05-11 00:09:37 +0200
committerGitHub <noreply@github.com>2023-05-11 00:09:37 +0200
commitda98b0f1a0179473a96f5f58b77c858c1738ab80 (patch)
tree7e28a7b29bde2da24644a906c85acba87c7f9c5d
parent83740ca83ffa1b20a600efd09915450b187960ce (diff)
Downgrade Zola version to match vercel glibc compatibility
-rw-r--r--vercel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vercel.json b/vercel.json
index b62c84a..b4ff15f 100644
--- a/vercel.json
+++ b/vercel.json
@@ -1,7 +1,7 @@
{
"build": {
"env": {
- "ZOLA_VERSION": "0.16.1"
+ "ZOLA_VERSION": "0.14.0"
}
}
}