Can't route with Solid Router in subfolder of multi-page Vite app
i have a folder structure where my solid app exists inside of
/prefabs with children like /prefabs/index.html and /prefabs/src/index.tsx.
at the root of the folder structure is /vite.config.ts which looks like this. (/techdc/ is not a solid application, its just TypeScript.)
this works really well! i can access /techdc and it works; and i can access the working Solid app if i have a <Route> path set to /prefabs like below
but going to /prefabs/ex just loads /index.html rather than the {App} component. i'm not sure if this is a limitation of not having the solid app be the root of my website. any input and help is appreciated0 Replies