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:
@@ -16,7 +16,7 @@ const ImageWithBasePath = (props) => {
|
||||
}
|
||||
|
||||
// For debugging - remove in production
|
||||
// console.log('Image path:', fullSrc);
|
||||
// console.log('Base path:', base_path, 'Src:', props.src, 'Full path:', fullSrc);
|
||||
|
||||
return (
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user