Hey, I noticed something odd. I have a page defined under a directory with no modifications to
@Page
, like the one shown in the readme: "`.../pages/admin/Index.kt` ". The thing is, in development mode, everything works fine but when I export the project as a static site and run kobweb on it with said
command, I get 404 when I try to visit
/admin/
only when it ends with a slash. But it's fine in development mode. What am I missing here ?
P.S. I have `div`s with ids that I link to for better UX like
<http://site.com/admin/#element-3|site.com/admin/#element-3>
and also if it helps, I'm using
@Vaibhav's shadcn/ui port instead of Silk.