www

my website
git clone https://tilde.team/~marisa/repo/www.git
Log | Files | Refs | README

commit b0b9041804e7c6eb2f03ae10f1fe640b4d6a9fab
parent 13d527d50b59322715cdc2a5001753c2dae9ed6e
Author: mokou <mokou@posteo.de>
Date:   Sun, 17 Jan 2021 13:16:01 +0100

Add vercel version file

Diffstat:
M.gitignore | 2++
Avercel.json | 7+++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1,3 @@ public/ + +.vercel diff --git a/vercel.json b/vercel.json @@ -0,0 +1,7 @@ + { + "build": { + "env": { + "ZOLA_VERSION": "0.12.0" + } + } + }