-
Hi, is it possible to analyse all urls with a specific path?
Without but I want all pages with the /guide path:
something like: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @ManAnRuck, thanks for the question. You can use the
Let me know if you have any issues with that |
Beta Was this translation helpful? Give feedback.
Hey @ManAnRuck, thanks for the question.
You can use the
--include-urls
option which supports regex :)npx [email protected] --site unlighthouse.dev/guide/getting-started --include-urls /guide/*
Let me know if you have any issues with that