{ "version": 2, "name": "romuloalv.es", "alias": [ "romuloalv.es", "www.romuloalv.es" ], "routes": [ { "src": "/.well-known/(.*)", "dest": "/.well-known/$1", "headers": { "content-type": "text/plain", "content-disposition": "inline; filename=\"dat\"" } } ], "builds": [ { "src": "*.html", "use": "@now/html-minifier" }, { "src": "*.css", "use": "@now/html-minifier" }, { "src": "static/**", "use": "@now/static" }, { "src": ".well-known/*", "use": "@now/static" } ] }