Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base URL issue #1

Open
hmzaabasi opened this issue Aug 25, 2020 · 0 comments
Open

Base URL issue #1

hmzaabasi opened this issue Aug 25, 2020 · 0 comments

Comments

@hmzaabasi
Copy link

Hi,

I'm using carolina-react-admin-dashboard-seed-starter-kit-pro when I start the project with npm start It appends "carolina-react-admin-dashboard-pro" to url like http://localhost:3000/carolina-react-admin-dashboard-pro.

I've changed the base name from BrowserRouter to "/" but still, I'm getting the same URL.

App.js
<Provider store={store}> <BrowserRouter basename="/"> <CssBaseline /> <ScrollToTop> <Routes /> </ScrollToTop> </BrowserRouter> </Provider>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant