Skip to content

Commit

Permalink
fix(backend): activityPub actor image url
Browse files Browse the repository at this point in the history
pointed towards the path in github, not the actual file
  • Loading branch information
maybeanerd committed Jun 29, 2024
1 parent dff38d2 commit 2e7980f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selfhosted-api-trader-game",
"version": "0.1.21",
"version": "0.1.22",
"description": "A WIP game.",
"author": "Sebastian Di Luzio",
"packageManager": "[email protected]",
Expand Down
4 changes: 1 addition & 3 deletions backend/src/modules/crossroads/activitypub/actor/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ For more information about the game itself, check out ${getHtmlLink(gitHubProjec
icon: {
type: 'Image',
mediaType: 'image/png',
url:
gitHubProjectUrl.toString() +
'/blob/main/backend/src/modules/crossroads/activitypub/assets/merchant-profile-picture.png',
url: 'https://raw.githubusercontent.com/maybeanerd/selfhosted-api-trader-game/main/backend/src/modules/crossroads/activitypub/assets/merchant-profile-picture.png',
},
// image: ... // Banner image, if we wanted it

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selfhosted-api-trader-game-frontend",
"version": "0.1.21",
"version": "0.1.22",
"description": "A WIP example client for the game.",
"author": "Sebastian Di Luzio",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 2e7980f

Please sign in to comment.