Solid router doesnt match route /@:id
Hello, im having an issue with solid router not matching route /@:id properly, it just returns 404 instead.
<Route
path="/@:handle"
component={lazy(
() => import("./routes/profile/index.tsx")
)}
/>