Added base structure for i18n
This commit is contained in:
29
src/pages/fr/aldys/borelis/index.astro
Normal file
29
src/pages/fr/aldys/borelis/index.astro
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
import Layout from '@/layouts/Layout.astro';
|
||||
import Map from '@/components/maps/Map.astro'
|
||||
import MapOverlay from '@/components/maps/MapOverlay.astro'
|
||||
---
|
||||
|
||||
<Layout title="Borélis ~ Cartographie">
|
||||
<MapOverlay
|
||||
mapKey='aldys-borelis'
|
||||
searchConfig={{
|
||||
disableCapitals: true,
|
||||
disableQuests: true,
|
||||
}}
|
||||
breadcrumbs={[
|
||||
{ name: 'Aldys', url: '/fr/' },
|
||||
{ name: 'Borélis', url: '/fr/aldys/borelis' },
|
||||
]}
|
||||
/>
|
||||
<Map
|
||||
mapKey='aldys-borelis'
|
||||
zoomifyKey='borelis'
|
||||
mapHeight={3710}
|
||||
mapWidth={4521}
|
||||
rulerDistanceRatio={1.8}
|
||||
rulerMainUnit='Mètres'
|
||||
rulerHideWalkDistance={true}
|
||||
backgroundColor="#C3CCD2"
|
||||
/>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user