This commit is contained in:
2025-04-23 10:45:21 +02:00
parent 8030ffb888
commit d17fb46943
716 changed files with 163468 additions and 0 deletions

15
bower_components/marked/now.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "markedjs",
"scope": "markedjs",
"alias": "markedjs.now.sh",
"version": 2,
"regions": ["all"],
"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" }
]
}