diff --git a/now.json b/now.json index 81b3e5c05..f0712c8a1 100644 --- a/now.json +++ b/now.json @@ -26,6 +26,11 @@ "Service-Worker-Allowed": "/" } }, + { + "src": "^(/*)(.+)/$", + "status": 301, + "headers": { "Location": "/$2" } + }, { "src": "/", "continue": true, @@ -43,14 +48,6 @@ "Feature-Policy": "geolocation 'self'; microphone 'self'; camera 'self'" } }, - { - "src": "/embed/", - "dest": "/embed.html" - }, - { - "src": "/about/", - "dest": "/about.html" - }, { "handle": "filesystem" } ], "build": {