So - maybe I'm being dumb, but the way I've got Astro configured, is that if you create an 'index.html' in a path, it resvolves it when you link to the path...
IE if you have /people/index.html, you can link to /people and it'll return the /people/index.html page.
Tauri doesn't seem to support this... it seems like it just returns my root index.html (which seems to be the behavior for 404s)...
Is there a way to have it resolve the index.html inside the path without linking directly to it?