fix trailing slash redirects

main
Mike Fix 5 years ago
parent 31c79bb9b8
commit 2a13df0164
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -45,11 +45,11 @@
}, },
{ {
"src": "/embed/", "src": "/embed/",
"dest": "/embed.html" "dest": "/embed"
}, },
{ {
"src": "/about/", "src": "/about/",
"dest": "/about.html" "dest": "/about"
}, },
{ "handle": "filesystem" } { "handle": "filesystem" }
], ],

Loading…
Cancel
Save