File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 46
46
urls : |
47
47
${{ steps.netlify.outputs.url }}
48
48
${{ steps.netlify.outputs.url }}/momentum/
49
- # TODO ERY: We will need to add this back in the future, but we need to deliberate on what we find an acceptable lighthouse budget to be
50
- # budgetPath: ./lighthouse-budget.json
49
+ budgetPath : ./lighthouse-budget.json
51
50
uploadArtifacts : true
Original file line number Diff line number Diff line change @@ -40,4 +40,7 @@ yarn-error.log*
40
40
.env
41
41
42
42
# Auto generated images
43
- public /content
43
+ public /content
44
+
45
+ # Netlify
46
+ /.netlify /
Original file line number Diff line number Diff line change 8
8
},
9
9
{
10
10
"metric" : " first-meaningful-paint" ,
11
- "budget" : 2000
11
+ "budget" : 5000
12
12
}
13
13
],
14
14
"resourceSizes" : [
15
15
{
16
16
"resourceType" : " script" ,
17
- "budget" : 150
17
+ "budget" : 500
18
18
},
19
19
{
20
20
"resourceType" : " total" ,
21
- "budget" : 500
21
+ "budget" : 1000
22
22
}
23
23
],
24
24
"resourceCounts" : [
25
25
{
26
26
"resourceType" : " third-party" ,
27
- "budget" : 100
27
+ "budget" : 200
28
28
}
29
29
]
30
30
}
You can’t perform that action at this time.
0 commit comments