I have an extension folder with an images path to put all my custom icons, but inlineSVG does not work when I refer to my SVGS. They do not load at all. When I put it inside the metronic assets folder they load fine.
Is there a predefined URL set by the module somewhere? I would like to use my own path.
Its in Angular
Hi,
It seems like your SVG files need to be placed under the src folder, and then you can reference them using a path starting with ./. For example:
[inlineSVG]=""./assets/media/svg/avatars/001-boy.svg""
Here are the images proving it doesnt work.
https://drive.google.com/file/d/1rrZEg4rJyVhdOv-8xthUNRgiUYRE6nR8/view?usp=drive_link
https://drive.google.com/file/d/1hlI3xuiVbuPntO6zNmfYeuqAr1BDEARB/view?usp=drive_link
https://drive.google.com/file/d/1h8ybJ62M5euax1W9ZQOCTfjlKIWECZS0/view?usp=drive_link
This does not work. It canât find it even if I put it at Tio level.
./images/myfile.svg
I cannot open the link. Can you please make it public? Your images folder is inside src folder?
Thanks