www

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

commit 071a9f12c6e6a15c512374a2e8fe12779de7dea9
parent c41e92c55847cb3449fdc13bf934a0845b77c337
Author: mokou <mokou@fastmail.com>
Date:   Wed, 21 Apr 2021 11:16:36 +0200

Fix vercel thing

Diffstat:
Mvercel.json | 20+++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/vercel.json b/vercel.json @@ -4,13 +4,15 @@ "ZOLA_VERSION": "0.12.0" } }, - "headers": { - "source": "/(.*)", - "headers": [ - { - "key": "Permissions-Policy", - "value": "interest-cohort=()" - } - ] - } + "headers": [ + { + "source": "/(.*)", + "headers": [ + { + "key": "Permissions-Policy", + "value": "interest-cohort=()" + } + ] + } + ] }