Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix: homepage input having no below border for some urls
Browse files Browse the repository at this point in the history
style: prettier
  • Loading branch information
IncognitoTGT committed Feb 5, 2024
1 parent fc7dac5 commit d74c4bc
Show file tree
Hide file tree
Showing 3 changed files with 3,288 additions and 1,591 deletions.
8 changes: 4 additions & 4 deletions lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"categories:performance": ["error", {"minScore": 0.9}],
"categories:accessibility": ["error", {"minScore": 1.0}],
"categories:best-practices": ["error", {"minScore": 1.0}],
"categories:seo": ["error", {"minScore": 1.0}],
"categories:performance": ["error", { "minScore": 0.9 }],
"categories:accessibility": ["error", { "minScore": 1.0 }],
"categories:best-practices": ["error", { "minScore": 1.0 }],
"categories:seo": ["error", { "minScore": 1.0 }],
"unused-javascript": "off",
"legacy-javascript": "off",
"server-response-time": "off",
Expand Down
Loading

0 comments on commit d74c4bc

Please sign in to comment.