hugo-geekblog/.lighthouserc.yml

21 lines
479 B
YAML
Raw Normal View History

2020-07-06 20:55:32 +02:00
---
ci:
collect:
numberOfRuns: 2
staticDistDir: exampleSite/public
url:
- http://localhost/
- http://localhost/404.html
- http://localhost/posts/
settings:
chromeFlags: "--no-sandbox"
assert:
preset: "lighthouse:no-pwa"
assertions:
uses-long-cache-ttl: off
render-blocking-resources: off
tap-targets: off
first-contentful-paint: off
first-meaningful-paint: off
2020-07-07 11:18:00 +02:00
largest-contentful-paint: off