Skip to content

Commit

Permalink
fix: outputpath in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothee DEMARES committed Dec 20, 2024
1 parent aa3c5a7 commit d933bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Un exemple d'utilisation serait celui la

```bash
npm i -g lighthouse
lighthouse https://www.francetravail.fr/accueil/ --output="json" --output-path=".\public\home-page\accueil\4.json" --only-categories="performance" --chrome-flags="--headless" --emulated-form-factor="desktop"
lighthouse https://www.francetravail.fr/accueil/ --output="json" --output-path=".\public\home-page\accueil\4.json" --only-categories="performance" --chrome-flags="--headless" --preset="desktop"
```

Pensez à mettre à jour la variable `projects` dans `lib/routing-links.ts`
Expand Down

0 comments on commit d933bec

Please sign in to comment.