diff options
| author | Silvano Sallese <svavs@users.noreply.github.com> | 2023-05-11 00:09:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 00:09:37 +0200 |
| commit | da98b0f1a0179473a96f5f58b77c858c1738ab80 (patch) | |
| tree | 7e28a7b29bde2da24644a906c85acba87c7f9c5d /vercel.json | |
| parent | 83740ca83ffa1b20a600efd09915450b187960ce (diff) | |
Downgrade Zola version to match vercel glibc compatibility
Diffstat (limited to 'vercel.json')
| -rw-r--r-- | vercel.json | 2 |
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" } } } |
