Skip to content

Commit

Permalink
Add manifest in assets
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaweedbrainCY committed Dec 5, 2024
1 parent 1ba819e commit e5aaa2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/manifest.webmanifest"
],
"styles": [
"src/styles.scss",
Expand Down Expand Up @@ -94,7 +95,8 @@
"tsConfig": "tsconfig.spec.json",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/manifest.webmanifest"
],
"styles": [
"src/styles.scss"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"form_factor": "narrow"
}
]
}
}

0 comments on commit e5aaa2c

Please sign in to comment.