mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"name": "markedjs",
|
|
"builds": [
|
|
{ "src": "docs/**", "use": "@now/static" }
|
|
],
|
|
"routes": [
|
|
{ "src": "/repo", "status": 302, "headers": { "Location": "https://github.com/markedjs/marked" } },
|
|
{ "src": "/old", "status": 302, "headers": { "Location": "https://marked.js.org" } },
|
|
{ "src": "/(.*)", "dest": "/docs/$1" }
|
|
]
|
|
}
|