redirect /about/ -> /about

main
Mike Fix 5 years ago
parent 5248b7551c
commit 17c1d05f79

@ -47,6 +47,10 @@
"src": "/embed/", "src": "/embed/",
"dest": "/embed.html" "dest": "/embed.html"
}, },
{
"src": "/about/",
"dest": "/about.html"
},
{ "handle": "filesystem" } { "handle": "filesystem" }
], ],
"build": { "build": {

Loading…
Cancel
Save