Skip to content

Commit

Permalink
fix: set correct router base path
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-zelger committed Feb 12, 2024
1 parent 4d0ad65 commit c5c3342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function App() {
checkLinks(sections, links)

return <div className='App'>
<Router basename="/">
<Router basename="/hering">
<LegacyUrlRedirectHelper/>
<SectionHashHelper/>
<LinksContext.Provider value={links}>
Expand Down

0 comments on commit c5c3342

Please sign in to comment.