We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iles
vite
I have a [slug].vue page, it works fine untill being given a slug containing ., like abc.com
[slug].vue
.
abc.com
It will report a HTTP 404 Error.
start a new project, create a [slug].vue page, visit the slug by visting http://127.0.0.1:5173/abc.com
http://127.0.0.1:5173/abc.com
The text was updated successfully, but these errors were encountered:
confirmed it's a vite issue vitejs/vite#2415
Sorry, something went wrong.
No branches or pull requests
iles
andvite
.Description 📖
I have a
[slug].vue
page, it works fine untill being given a slug containing.
, likeabc.com
It will report a HTTP 404 Error.
Reproduction 🐞
start a new project, create a
[slug].vue
page, visit the slug by vistinghttp://127.0.0.1:5173/abc.com
Dependencies Info
iles: 0.9.5 vite: 3.2.4 vue: 3.2.39Logs 📜
Screenshots 📷
The text was updated successfully, but these errors were encountered: