From c922a4da0b7088e63785a1c7d5dbceda743e6efd Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:27:39 -0700 Subject: Fix For New Zola Versions --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vercel.json') diff --git a/vercel.json b/vercel.json index 9f4d9ad..b62c84a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "ZOLA_VERSION": "0.11.0" + "ZOLA_VERSION": "0.16.1" } } } -- cgit v1.2.3 From da98b0f1a0179473a96f5f58b77c858c1738ab80 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Thu, 11 May 2023 00:09:37 +0200 Subject: Downgrade Zola version to match vercel glibc compatibility --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vercel.json') 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" } } } -- cgit v1.2.3