Skip to content

Commit

Permalink
vercel config update
Browse files Browse the repository at this point in the history
  • Loading branch information
arkajyotiadhikary committed Nov 24, 2024
1 parent 118723a commit 4af278e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
{
"headers": [
{
"source": "/api(.*)",
"headers": [
{
"key": "Content-Type",
"value": "image/png"
},
{
"key": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
],
"functions": {
"api/*.js": {
"memory": 128,
Expand All @@ -8,7 +23,7 @@
"redirects": [
{
"source": "/",
"destination": "https://github.com/anuraghazra/github-readme-stats"
"destination": "https://github.com/arkajyotiadhikary/github-readme-stats"
}
]
}

0 comments on commit 4af278e

Please sign in to comment.