Skip to content

Commit

Permalink
Merge pull request #53 from MichiBaum/develop
Browse files Browse the repository at this point in the history
Fix favicon and manifest paths in config files
  • Loading branch information
MichiBaum authored Oct 30, 2024
2 parents 76defeb + d724c86 commit 3eee91f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/manifest.webmanifest",
"src/assets"
],
"styles": [
Expand Down
2 changes: 1 addition & 1 deletion website/ngsw-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"installMode": "prefetch",
"resources": {
"files": [
"/favicon.ico",
"/assets/icons/favicon.ico",
"/index.html",
"/manifest.webmanifest",
"/*.css",
Expand Down

0 comments on commit 3eee91f

Please sign in to comment.