The production environment is installed in the root directory, and the configuration of the base url is omitted in vite.config.ts, resulting in the inability to load pictures, and each picture has an extra "'\"
Hi,
Thank you for your feedback.
We already know about this issue, we will release a fix in the next Metronic release.
For now, as a temporary solution, you can replace getAssetsPath usage globally.
Replace path param from
getAssetPath("/media/../..")
getAssetPath("media/../..")