coreui / coreui-free-react-admin-template

Open source admin template based on Bootstrap 5 and React.js
https://coreui.io/product/free-react-admin-template/
MIT License
4.54k stars 2.26k forks source link

Config url # #409

Closed levudangnguyen291119 closed 10 months ago

levudangnguyen291119 commented 1 year ago

Hi! i see all url have contain #. example: http://localhost:3000/#/theme/typography how to replace http://localhost:3000/#/theme/typography => http://localhost:3000/theme/typography thanks!

BrunoCCPires commented 1 year ago

@levudangnguyen291119, you need to change the Router provider.

At src > App.js you can change the HashRouter for BrowserRouter.

Jyotiprakash-Redapple commented 1 year ago

in core Ui use Hash Route So it is look like api/v1/typography#/.... ..You need to change it to browserRouter

github-actions[bot] commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions