Skip to content

Commit

Permalink
fix: File not found due to invalid URL for Monica icon (#135)
Browse files Browse the repository at this point in the history
The url failed to load the image due to missing "/serveapps/" directory in URL path.

Old:
`https://azukaar.github.io/cosmos-servapps-official/Monica/icon.png`

New:
`https://azukaar.github.io/cosmos-servapps-official/servapps/Monica/icon.png`
  • Loading branch information
BrutalCoding committed Apr 7, 2024
1 parent 5f870c9 commit f0d0096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servapps/Monica/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"cosmos-persistent-env": "DB_PASSWORD, DB_HOST, DB_PORT, DB_USERNAME",
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/Monica/icon.png",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/Monica/icon.png",
"cosmos-stack": "{ServiceName}",
"cosmos-stack-main": "{ServiceName}"
},
Expand Down Expand Up @@ -82,4 +82,4 @@
"networks": {
"{ServiceName}": {}
}
}
}

0 comments on commit f0d0096

Please sign in to comment.