Skip to content

Commit

Permalink
Use dynamic router basename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Oct 27, 2021
1 parent ebf9196 commit a015df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AppEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import '@patternfly/react-styles/css/components/Select/select.css';

const AppEntry = () => (
<Provider store={store}>
<BrowserRouter basename={routerHelpers.baseName}>
<BrowserRouter basename={routerHelpers.dynamicBaseName()}>
<App />
</BrowserRouter>
</Provider>
Expand Down

0 comments on commit a015df4

Please sign in to comment.