1
0
mirror of https://github.com/thangisme/notes.git synced 2026-06-15 00:29:57 -04:00
Files
notes/vercel.json

5 lines
81 B
JSON
Raw Normal View History

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