Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
karthikeyansivagur opened this issue Jul 1, 2024 · 0 comments
Open

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

karthikeyansivagur opened this issue Jul 1, 2024 · 0 comments

Comments

@karthikeyansivagur
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant