badgen.net/vercel.json

27 wiersze
593 B
JSON
Czysty Zwykły widok Historia

2018-06-26 05:39:49 +00:00
{
"version": 2,
"regions": ["all"],
"rewrites": [{
"source": "/npm/:match*",
"destination": "https://v2022.badgen.net/npm/:match*"
}, {
"source": "/liberapay/:match*",
"destination": "https://v2022.badgen.net/liberapay/:match*"
}],
"redirects": [{
"source": "/docs/:match*",
"destination": "/:match*"
}],
2023-02-05 11:36:06 +00:00
"functions": {
"pages/api/**/*": {
"memory": 256
}
},
"env": {
2019-06-03 12:55:51 +00:00
"GH_TOKENS": "@badgen-gh-tokens",
2019-06-27 01:06:26 +00:00
"SENTRY_DSN": "@badgen-sentry-dsn",
"TRACKING_GA": "@badgen-tracking-ga",
"GITLAB_TOKENS": "@badgen-gl-tokens"
2018-07-03 15:39:22 +00:00
}
2018-06-26 05:39:49 +00:00
}