@fajarkim/github-readme-profile
Version:
🙀 Generate dynamic GitHub stats cards in SVG format. Fast, customizable, and ready to embed in your profile README.
25 lines (24 loc) • 419 B
JSON
{
"functions": {
"api/*": {
"maxDuration": 10
}
},
"rewrites": [
{
"source": "/((?!api/|themes/|i18n/).*)",
"destination": "https://gh-readme-profile-generator.vercel.app/$1"
}
],
"headers": [
{
"source": "/api",
"headers": [
{
"key": "Cache-Control",
"value": "s-maxage=7200, stale-while-revalidate"
}
]
}
]
}