Skip to content

Commit

Permalink
fix: source
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Feb 23, 2024
1 parent 70b1a73 commit afcfd4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
{
"source": "/api/**",
"source": "/api/(.*)",
"headers": [
{
"key": "Cache-Control",
Expand All @@ -69,7 +69,7 @@
]
},
{
"source": "/posts/**",
"source": "/posts/(.*)",
"headers": [
{
"key": "Cache-Control",
Expand All @@ -86,7 +86,7 @@
]
},
{
"source": "/notes/**",
"source": "/notes/(.*)",
"headers": [
{
"key": "Cache-Control",
Expand Down

0 comments on commit afcfd4b

Please sign in to comment.