Add mapbox

This commit is contained in:
2024-07-24 17:58:43 +02:00
parent 67263e8071
commit e638d459b3
10 changed files with 1035 additions and 199 deletions

View File

@@ -5,5 +5,6 @@ const { locale } = useI18n()
<template>
<main class="!max-w-none prose dark:prose-invert">
<ContentDoc :path="`/home/${locale}`" />
<HomeMap />
</main>
</template>