git ssb

0+

Rômulo Alves / website



Tree: ff387d8be8e55810eef9cd573669ddb81afc0cb6

Files: ff387d8be8e55810eef9cd573669ddb81afc0cb6 / now.json

619 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": "*.html",
21 "use": "@now/html-minifier"
22 },
23 {
24 "src": "*.css",
25 "use": "@now/html-minifier"
26 },
27 {
28 "src": "static/**",
29 "use": "@now/static"
30 },
31 {
32 "src": ".well-known/*",
33 "use": "@now/static"
34 }
35 ]
36}

Built with git-ssb-web