Skip to content

Commit afcfd4b

Browse files
committed
fix: source
Signed-off-by: Innei <[email protected]>
1 parent 70b1a73 commit afcfd4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vercel.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]
5353
},
5454
{
55-
"source": "/api/**",
55+
"source": "/api/(.*)",
5656
"headers": [
5757
{
5858
"key": "Cache-Control",
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
{
72-
"source": "/posts/**",
72+
"source": "/posts/(.*)",
7373
"headers": [
7474
{
7575
"key": "Cache-Control",
@@ -86,7 +86,7 @@
8686
]
8787
},
8888
{
89-
"source": "/notes/**",
89+
"source": "/notes/(.*)",
9090
"headers": [
9191
{
9292
"key": "Cache-Control",

0 commit comments

Comments
 (0)