git ssb

0+

Rômulo Alves / website



Tree: f64fe1bee5b2c5175ae47e75ccf7721ce089f497

Files: f64fe1bee5b2c5175ae47e75ccf7721ce089f497 / now.json

602 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"
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}
37

Built with git-ssb-web