Files
notes/vercel.json
T

5 lines
81 B
JSON

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