Closed aralroca closed 4 weeks ago
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-adapter-vercel@593 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-pandacss@593 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/brisa-tailwindcss@593 ```
``` bun add https://pkg.pr.new/brisa-build/brisa@593 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/create-brisa@593 ```
``` bun add https://pkg.pr.new/brisa-build/brisa/www@593 ```
commit: e5ec93e
Related to https://github.com/brisa-build/brisa/issues/538
When normalizing the path in the
fileSystemRouter
of Brisa it was using a Regex using thepath.sep
, however, in Windows it was getting the duplicate separator\\\\
, I have improved this regex and added the failing tests so that this does not happen anymore. After this fix, you should be able to navigate tolocalhost:3000/about
(/about/index.tsx
) and correctly resolve the route.