kopia lustrzana https://github.com/badgen/badgen.net
Fix routes config in now.json
For routes like 'chrome-web-store' or 'vs-marketplace'pull/282/head
rodzic
f92c3b5116
commit
b1e4c3908e
2
now.json
2
now.json
|
|
@ -10,7 +10,7 @@
|
|||
} }
|
||||
],
|
||||
"routes": [
|
||||
{ "src": "/(?<name>\\w+)/.*", "dest": "/endpoints/$name.ts" }
|
||||
{ "src": "/(?<name>[^/]+)/.*", "dest": "/endpoints/$name.ts" }
|
||||
],
|
||||
"env": {
|
||||
"GH_TOKEN": "@badgen-gh-tokens",
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue