From 4467f25be549d48a6c66d5ad4711174fe08f06b0 Mon Sep 17 00:00:00 2001 From: Folyd Date: Fri, 4 Nov 2022 13:11:40 +0800 Subject: [PATCH] Remove zola env --- vercel.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vercel.json b/vercel.json index 1856c31..cace29b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,9 +1,4 @@ { - "build": { - "env": { - "ZOLA_VERSION": "0.16.1" - } - }, "github": { "silent": true }