From afcfd4b0da875a9f7567e2c70a14988f91c23b1c Mon Sep 17 00:00:00 2001 From: Innei Date: Fri, 23 Feb 2024 15:49:56 +0800 Subject: [PATCH] fix: source Signed-off-by: Innei --- vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vercel.json b/vercel.json index ad3280ba47..b33277afc8 100644 --- a/vercel.json +++ b/vercel.json @@ -52,7 +52,7 @@ ] }, { - "source": "/api/**", + "source": "/api/(.*)", "headers": [ { "key": "Cache-Control", @@ -69,7 +69,7 @@ ] }, { - "source": "/posts/**", + "source": "/posts/(.*)", "headers": [ { "key": "Cache-Control", @@ -86,7 +86,7 @@ ] }, { - "source": "/notes/**", + "source": "/notes/(.*)", "headers": [ { "key": "Cache-Control",