This commit is contained in:
Zsolt Ero
2024-06-13 19:07:28 +02:00
parent f0678822d9
commit ea11cdbe4b
8 changed files with 139 additions and 142 deletions

View File

@@ -9,6 +9,7 @@ import { Content as MobileText } from '../content/how_to_use/mobile.md'
import { Content as CustomStylesText } from '../content/how_to_use/custom_styles.md'
import { Content as SelfHostingText } from '../content/how_to_use/self_hosting.md'
import Logo from '../components/Logo.astro'
import Donate from '../components/Donate.astro'
---
<Layout title="OpenFreeMap Quick Start Guide">
@@ -33,6 +34,8 @@ import Logo from '../components/Logo.astro'
<MobileText />
<CustomStylesText />
<SelfHostingText />
<Donate />
</Layout>
<style>