Unlighthouse not supporting with URL contains "dot (.)"
Closed this issue · 0 comments
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