File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "use" : " @now/next"
1010 }
1111 ],
12- "regions" : [
13- " all"
14- ],
1512 "github" : {
1613 "enabled" : false ,
1714 "autoAlias" : false
Original file line number Diff line number Diff line change 44 "alias" : " app.devhubapp.com" ,
55 "version" : 2 ,
66 "builds" : [
7- { "src" : " packages/web/dist/**" , "use" : " @now/static" }
7+ {
8+ "src" : " packages/web/dist/**" ,
9+ "use" : " @now/static"
10+ }
811 ],
912 "routes" : [
1013 {
1720 },
1821 {
1922 "src" : " /(.*)" ,
20- "status" : 301 , "headers" : { "Location" : " /" }
23+ "status" : 301 ,
24+ "headers" : {
25+ "Location" : " /"
26+ }
2127 }
2228 ],
23- "regions" : [" all" ],
2429 "github" : {
2530 "enabled" : false ,
2631 "autoAlias" : false
Original file line number Diff line number Diff line change 44 "alias" : " beta.devhubapp.com" ,
55 "version" : 2 ,
66 "builds" : [
7- { "src" : " packages/web/dist/**" , "use" : " @now/static" }
7+ {
8+ "src" : " packages/web/dist/**" ,
9+ "use" : " @now/static"
10+ }
811 ],
912 "routes" : [
1013 {
1720 },
1821 {
1922 "src" : " /(.*)" ,
20- "status" : 301 , "headers" : { "Location" : " /" }
23+ "status" : 301 ,
24+ "headers" : {
25+ "Location" : " /"
26+ }
2127 }
2228 ],
23- "regions" : [" all" ],
2429 "github" : {
2530 "enabled" : false ,
2631 "autoAlias" : false
You can’t perform that action at this time.
0 commit comments