0
AlainLeicht created
Hi,
When the Angular application is served with a base path (--base-href), then logo and favicon files loading result in a 404. The console shows that the urls don't include the base path. Rest of the application works fine.
Could you help me with that?
Thank you and best regards
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
6 Answer(s)
-
0
"start": "ng serve --baseHref=/my/base/path/", "build": "ng build --baseHref=/my/base/path/",Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
It works fine now, thank you !
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
