We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dbaaa commit 6303bddCopy full SHA for 6303bdd
1 file changed
vercel.json
@@ -1,9 +1,9 @@
1
{
2
"version": 2,
3
"builds": [
4
- { "src": "api/svg-card.js", "use": "@vercel/node" }
+ { "src": "api/github-card.js", "use": "@vercel/node" }
5
],
6
"routes": [
7
- { "src": "/api/(.*)", "dest": "/api/svg-card.js" }
+ { "src": "/api/(.*)", "dest": "/api/github-card.js" }
8
]
9
}
0 commit comments