Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ Forks of this project demonstrate how to extend and integrate with other librari
│   │   └── system-config.ts
│   ├── assets
│   │   ├── data.json
│   │   └── favicon
│   │   ├── favicon-DEV.ico
│   │   └── favicon-PROD.ico
│   │   └── svg
│   │   └── more.svg
│   ├── css
Expand Down
Binary file added src/client/assets/favicon/favicon-DEV.ico
Binary file not shown.
Binary file added src/client/assets/favicon/favicon-PROD.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<title><%= APP_TITLE %></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="assets/favicon/favicon-<%= ENV_CONFIG.ENV %>.ico" type="image/x-icon">

<!-- inject:css -->
<!-- endinject -->
</head>
Expand Down