1
0
mirror of https://github.com/thangisme/notes.git synced 2025-05-18 13:58:42 -04:00
notes/vercel.json

5 lines
81 B
JSON

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