1
0
mirror of https://github.com/thangisme/notes.git synced 2024-07-26 19:44:39 -04:00
notes/vercel.json

5 lines
81 B
JSON
Raw Normal View History

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