From 7dc825385d69d6ae356307a2a1954f817e9fe2cc Mon Sep 17 00:00:00 2001 From: Chuns Chen Date: Fri, 12 Jul 2024 11:36:11 +0800 Subject: [PATCH] chore: wechat verification --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index 36a54c9..fa93149 100644 --- a/vercel.json +++ b/vercel.json @@ -1,12 +1,12 @@ { "rewrites": [ - { - "source": "/", - "destination": "/docs" - }, { "source": "/9912f2c261df0c7eba54675ce52b4993.txt", "destination": "/9912f2c261df0c7eba54675ce52b4993.txt" + }, + { + "source": "/", + "destination": "/docs" } ] }