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)2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
was having issues with metadata stuff but realized it wasn't actually needed
more so
I moved meta tags to it's own component, and can make the index.tsx page just return the meta data and use a
useEffect
to change the window pathname once it's loaded