CT3A redirect to deeper route
So I have a
How do I redirect
/dashboard/[setting].tsx page which I use to load the dashboard settings, blah blah you get the idea. How do I redirect
/dashboard to /dashboard/${settingId} (I have settingId already and it is safe to assume it will be a valid URL)