Merge pull request #6749 from backstage/rugvip/basepath
core-app-api: add support for serving the app on a base path other than /
This commit is contained in:
@@ -80,7 +80,7 @@ sidebar:
|
||||
export const Root = ({ children }: PropsWithChildren<{}>) => (
|
||||
<SidebarPage>
|
||||
<Sidebar>
|
||||
+ <SidebarItem icon={HomeIcon} to="/catalog" text="Home" />
|
||||
+ <SidebarItem icon={HomeIcon} to="catalog" text="Home" />
|
||||
...
|
||||
</Sidebar>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user