harlan-zw / unlighthouse

Scan your entire site with Google Lighthouse in 2 minutes (on average). Open source, fully configurable with minimal setup.
https://unlighthouse.dev
MIT License
3.69k stars 105 forks source link

Unlighthouse not supporting with URL contains "dot (.)" #225

Open karthikeyansivagur opened 4 days ago

karthikeyansivagur commented 4 days ago

Describe the bug

As part of our project development we are planning to include Unlighthouse to scan the pages. We have a different types of URLs. When I add the URL contains dot its not considering by unlighthouse for scan.

Please check below URLs added for scanning ` import { defineConfig } from 'unlighthouse';

export default defineConfig({ site: 'http://localhost:3000', urls: [ '/', '/page/000000-1111111111-2222~demo-page', '/page/demo/10.123456/789', '/page/user/111-222-333' ], debug: false, cache: false, scanner: { sitemap: false, robotsTxt: false, device: 'desktop' } }); `

my scan report is not taking the URL contains dot "'/page/demo/10.123456/789'"

is there any solution available to support URL contains dot.

Reproduction

No response

System / Nuxt Info

No response