This commit is contained in:
Zsolt Ero
2024-09-25 14:21:32 +02:00
parent c31027198d
commit cf0243521a
5 changed files with 9 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
---
import Map from '../components/Map.astro'
import Map_ from '../components/Map.astro'
import Layout from '../layouts/Layout.astro'
import Donate from '../components/Donate.astro'
@@ -26,7 +26,7 @@ import { Content as SelfHostingText } from '../content/how_to_use/self_hosting.m
<p>(You can navigate the map, it's interactive!)</p>
</div>
<Map showStyleURL={true} />
<Map_ showStyleURL={true} />
<div class="container">
<MaplibreText />