Files
WoMenQuNaJu/MeetSpot/lighthouserc.json
2026-02-04 16:11:55 +08:00

44 lines
1.1 KiB
JSON

{
"ci": {
"collect": {
"url": [
"http://localhost:8000/",
"http://localhost:8000/about",
"http://localhost:8000/faq"
],
"numberOfRuns": 3
},
"assert": {
"preset": "lighthouse:recommended",
"assertions": {
"categories:performance": ["error", {"minScore": 0.8}],
"categories:accessibility": ["error", {"minScore": 0.85}],
"categories:best-practices": ["error", {"minScore": 0.8}],
"categories:seo": ["error", {"minScore": 0.92}],
"color-contrast": "off",
"tap-targets": "off",
"link-name": "off",
"heading-order": "off",
"errors-in-console": "warn",
"font-display": "off",
"csp-xss": "off",
"installable-manifest": "off",
"maskable-icon": "off",
"service-worker": "off",
"splash-screen": "off",
"themed-omnibox": "off",
"unminified-css": "warn",
"unused-css-rules": "warn",
"uses-text-compression": "warn",
"render-blocking-resources": "warn"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}