Changed title
This commit is contained in:
@@ -13,7 +13,7 @@ const { title } = Astro.props;
|
||||
<meta name="description" content="Astro description" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
<title>{title} — Leim Wiki</title>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
|
||||
@@ -8,6 +8,6 @@ const landData = await fetchLandMarkers.json();
|
||||
const playerCoords = await fetchPlayersPosition.json();
|
||||
---
|
||||
|
||||
<Layout title="Leim Wiki - Cartographie">
|
||||
<Layout title="Cartographie">
|
||||
<AllianceKaldelienne markers={landData} players={playerCoords} />
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user