notes/vercel.json

5 lines
81 B
JSON
Raw Normal View History

{
"routes" : [
{"src": "(.*/([^/.]+))/?$", "dest": "$1.html"}
]
}