I am trying to set up an organization profile README.md and use assets from the same repository.
Using relative paths from the README.md
to the assets seems to work for the repository preview of the file, but doesn’t work on the rendered profile on the organization page. Absolute paths work on both, but unfortunately the assets aren’t showing up in the mobile GitHub app.
Here is the organization: phocus · GitHub
And here the .github
repositorys profile directory: .github/profile at main · phocus/.github · GitHub
Is there any way to display assets from the same repository in an organization/user profile?
Edit: here is how it looks on mobile