refactor(techdocs): change entity docs path to be more specific
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -69,7 +69,7 @@ export const EmbeddedDocsRouter = (props: PropsWithChildren<{}>) => {
|
||||
|
||||
return (
|
||||
<Routes>
|
||||
<Route path="*" element={<EntityPageDocs entity={entity} />}>
|
||||
<Route path="/*" element={<EntityPageDocs entity={entity} />}>
|
||||
{children}
|
||||
</Route>
|
||||
</Routes>
|
||||
|
||||
Reference in New Issue
Block a user