From 6f4102e32a6fc7334f065b25adba45e0b5b453b9 Mon Sep 17 00:00:00 2001 From: tanghui Date: Fri, 15 Dec 2023 16:43:45 +0800 Subject: [PATCH] fix: fix vercel --- now.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/now.json b/now.json index b73988b5..46a63876 100644 --- a/now.json +++ b/now.json @@ -5,10 +5,7 @@ { "src": "package.json", "use": "@now/static-build", - "config": { "distDir": ".doc" } + "config": { "distDir": "docs-dist" } } - ], - "routes": [ - { "src": "/(.*)", "dest": "/dist/$1" } ] }