FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gregjopa.github.io/.github/workflows/lighthouserc.json at source · gregjopa/gregjopa.github.io · GitHub
gregjopa
/
gregjopa.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
Code
Issues
0
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
gregjopa.github.io
/
.github
/
workflows
/
lighthouserc.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (22 loc) · 706 Bytes
Breadcrumbs
gregjopa.github.io
/
.github
/
workflows
/
lighthouserc.json
Copy path
File metadata and controls
22 lines (22 loc) · 706 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"ci"
: {
"collect"
: {
"url"
: [
"
http://localhost/
"
,
"
http://localhost/2020/03/integrating-vexflow-with-gatsby-js
"
],
"staticDistDir"
:
"
./public
"
},
"assert"
: {
"assertions"
: {
"categories:accessibility"
: [
"
error
"
, {
"minScore"
:
0.95
}],
"categories:best-practices"
: [
"
error
"
, {
"minScore"
:
0.9
}],
"categories:performance"
: [
"
error
"
, {
"minScore"
:
0.8
}],
"categories:seo"
: [
"
warn
"
, {
"minScore"
:
1
}],
"dom-size"
: [
"
error
"
, {
"maxNumericValue"
:
1000
}],
"first-contentful-paint"
: [
"
error
"
, {
"maxNumericValue"
:
2000
}],
"interactive"
: [
"
error
"
, {
"maxNumericValue"
:
6000
}]
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL