📝 Replace md images with html img (#951)

This commit is contained in:
Giannis Kepas 2023-12-04 06:59:41 +02:00 committed by GitHub
parent 28599e7a78
commit 603ae577d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 42 additions and 25 deletions

View file

@ -7,7 +7,9 @@ description: How to Self-Host Rallly
Rallly is 100% open-source and available under the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://github.com/lukevella/rallly/blob/main/LICENSE)
which allows you to run your own instance of Rallly for free for both personal and commercial use.
<Frame>![Rallly Splash Image](/images/self-hosting/splash.png)</Frame>
<Frame>
<img src="/images/self-hosting/splash.png" alt="Rallly Splash Image"/>
</Frame>
## Official Docker Image