Modified Navigation component to prepend tenantId to the passed href prop.
This was done to make the component less tedious and easier to use, but I think we may want to force the href to include the slug anyways to avoid potential confusion. LMK.
Support root page redirect to defaulttenantId within next.config.mjs
Ensuring every redirect & href is accounted for with the new route to maintain functionality
resolves https://github.com/littlehorse-enterprises/littlehorse/issues/1137
[tenantId]
dynamic routetenantId
to the passedhref
prop.default
tenantId
withinnext.config.mjs
redirect
&href
is accounted for with the new route to maintain functionality