i want to make my website not just a static and can show even levelme.netlify.app and levelme.netlify.app/todo it works fine when i redirect into it but the moment i refresh it tells me the page is not found how exactly can i make it that when levelme.netlify.app i write this it gets me to that page
TL;DR
Developers are facing an issue with their website where redirects work initially, but result in a page not found error upon refreshing. The solution to this problem involves configuring the server to handle client-side routing properly by setting up a catch-all route to ensure pages load correctly, even upon refresh.