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 bb43c89 commit 432647aCopy full SHA for 432647a
lighthouserc.json
@@ -4,9 +4,8 @@
4
"numberOfRuns": 1,
5
"url": [
6
"http://localhost:3000/",
7
- "http://localhost:3000/cv",
8
- "http://localhost:3000/prosjekter",
9
- "http://localhost:3000/kontakt"
+ "http://localhost:3000/produkter",
+ "http://localhost:3000/kategorier"
10
],
11
"port": 3000,
12
"settings": {
@@ -19,9 +18,7 @@
19
18
"skipAudits": ["uses-http2"]
20
}
21
},
22
- "upload": {
23
- "target": "temporary-public-storage"
24
- },
+ "upload": { "target": "temporary-public-storage" },
25
"assert": {
26
"assertions": {
27
"categories:performance": ["warn", { "minScore": 0.6 }],
0 commit comments