Add cyrilex to First party vs third party - /sitespeed.io/configuration/

This commit is contained in:
cyril 2024-09-10 18:11:40 +02:00 committed by GitHub
parent bc27d886d4
commit ee68c61bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: