ElMassimo / iles

🏝 The joyful site generator
https://iles.pages.dev
MIT License
1.06k stars 31 forks source link

Dynamic routes not catching slugs containing '.' #252

Closed joesonw closed 1 year ago

joesonw commented 1 year ago

Description 📖

I have a [slug].vue page, it works fine untill being given a slug containing ., like abc.com

It will report a HTTP 404 Error.

Reproduction 🐞

start a new project, create a [slug].vue page, visit the slug by visting http://127.0.0.1:5173/abc.com

Dependencies Info iles: 0.9.5 vite: 3.2.4 vue: 3.2.39 ``` ```

Logs 📜

Screenshots 📷

joesonw commented 1 year ago

confirmed it's a vite issue https://github.com/vitejs/vite/issues/2415