We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9a330 commit 61c52b4Copy full SHA for 61c52b4
.github/workflows/budget.json
@@ -0,0 +1,11 @@
1
+[
2
+ {
3
+ "path": "/*",
4
+ "resourceSizes": [
5
6
+ "resourceType": "script",
7
+ "budget": 50
8
+ }
9
+ ]
10
11
+]
.github/workflows/lighthouse.yml
@@ -45,6 +45,7 @@ jobs:
45
runs: 3
46
temporaryPublicStorage: true
47
configPath: ./.github/workflows/lighthouserc.json
48
+ budgetPath: ./.github/workflows/budget.json
49
urls: |
50
https://mars-theme-frontity.worona.now.sh/
51
https://mars-theme-frontity.worona.now.sh/2016/the-beauties-of-gullfoss/
0 commit comments