1
0
mirror of https://github.com/thangisme/notes.git synced 2026-03-16 20:06:14 -04:00
Files
notes/vercel.json

5 lines
81 B
JSON

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