Skip to content

Commit

Permalink
Fix SVG loading issue by setting base href in index file
Browse files Browse the repository at this point in the history
  • Loading branch information
lpandath authored Jun 17, 2024
1 parent 0c3010f commit 44d5b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions apps/damap-frontend/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified apps/damap-frontend/src/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions apps/damap-frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="utf-8" />
<title>DamapFrontend</title>
<base href="" />
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<app-root> </app-root>
<app-root></app-root>
</body>
</html>

0 comments on commit 44d5b83

Please sign in to comment.