CT3A redirect to deeper route

So I have a /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)
Was this page helpful?