diff --git a/now.json b/now.json index 9b53664..7468c33 100644 --- a/now.json +++ b/now.json @@ -4,7 +4,6 @@ "public": true, "builds": [{ "src": "package.json", "use": "@now/next" }], "routes": [ - { "src": "^/about(.*)", "dest": "/about" }, { "src": "^/embed(.*)", "dest": "/embed" }, { "src": "^/service-worker.js$",