hamyn
10/04/2023, 12:05 PM@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.David Herman
10/04/2023, 3:36 PMstaticFiles
implementation suckshamyn
10/05/2023, 12:13 AM