Skip to content

Commit

Permalink
Add cyrilex to First party vs third party - /sitespeed.io/configuration/
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbois committed Sep 10, 2024
1 parent bc27d88 commit ee68c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/sitespeed.io/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ By default we will categorise the current main domain as first party and the res
docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:{% include version/sitespeed.io.txt %} --firstParty ".ryanair.com" https://www.ryanair.com/us/en/
~~~

This is a JavaScript regex and if you need help you should test it out at [https://regexr.com](https://regexr.com) to see that it will match.
This is a JavaScript regex and if you need help you should test it out at [https://regexr.com](https://regexr.com) or [cyrilex](https://extendsclass.com/regex-tester.html) to see that it will match.

### Output folder or where to store the result
You can change where you want the data to be stored by setting the <code>--outputFolder</code> parameter. That is good in scenarios where you want to change the default behaviour and put the output in a specific location:
Expand Down

0 comments on commit ee68c61

Please sign in to comment.