码桶
发现社区成员的开源项目
edgeone.config.json388 B
{
"routes": [
{
"caseSensitive": false,
"match": "^/(?:[^/]+/)?https?://",
"type": "regex",
"action": {
"type": "function",
"target": "[[path]].js"
}
},
{
"match": "^(?!.*https?://)/",
"type": "regex",
"action": {
"type": "static",
"target": "index.html"
}
}
]
}