Fix asset paths and routing issues
- Fix asset paths from /react/templateassets/ to /react/assets/ - Fix missing slash in asset paths (/reactassets/ to /react/assets/) - Update environment.jsx to ensure base_path always has trailing slash - Fix BrowserRouter basename configuration - Update Header.jsx exclusionArray paths - Fix themeSettings and rightSidebar asset paths
This commit is contained in:
@@ -172,7 +172,7 @@ const RightSideBar = () => {
|
||||
<input type="checkbox" id={1} className="check" />
|
||||
<label htmlFor={1} className="checktoggle">
|
||||
<Link
|
||||
to="https://dreamspos.dreamguystech.com/react/template-rtl/dashboard"
|
||||
to="https://dreamspos.dreamguystech.com/react/dashboard"
|
||||
className="layout-link"
|
||||
>
|
||||
checkbox
|
||||
|
||||
Reference in New Issue
Block a user