git ssb

0+

Rômulo Alves / plainbudget-next



Tree: d43e73c547b54ad1b9f250da0e06562553fdd203

Files: d43e73c547b54ad1b9f250da0e06562553fdd203 / now.json

531 bytesRaw
1{
2 "version": 2,
3 "name": "plainbudget",
4 "alias": [
5 "plainbudget.now.sh"
6 ],
7 "env": {
8 "NODE_ENV": "production"
9 },
10 "builds": [
11 { "src": "next.config.js", "use": "@now/next" },
12 { "src": ".well-known/*", "use": "@now/static" }
13 ],
14 "routes": [
15 {
16 "src": "/.well-known/(.*)",
17 "dest": "/.well-known/$1",
18 "headers": {
19 "content-type": "text/plain",
20 "content-disposition": "inline; filename=\"$1\""
21 }
22 },
23 {
24 "src": "/(.*)",
25 "dest": "/$1"
26 }
27 ]
28}

Built with git-ssb-web