Files: 04ef02f04bbaafcd2315aab58dd7be6cfaf19f8c / now.json
489 bytesRaw
1 | { |
2 | "version": 2, |
3 | "name": "romuloalv.es", |
4 | "alias": [ |
5 | "romuloalv.es", |
6 | "www.romuloalv.es" |
7 | ], |
8 | "routes": [ |
9 | { |
10 | "src": "/.well-known/(.*)", |
11 | "dest": "/.well-known/$1", |
12 | "headers": { |
13 | "content-type": "text/plain", |
14 | "content-disposition": "inline; filename=\"dat\"" |
15 | } |
16 | } |
17 | ], |
18 | "builds": [ |
19 | { |
20 | "src": "package.json", |
21 | "use": "@now/static-build" |
22 | }, |
23 | { |
24 | "src": ".well-known/*", |
25 | "use": "@now/static" |
26 | } |
27 | ] |
28 | } |
Built with git-ssb-web