Added extra meta on <head>
This commit is contained in:
@@ -6,5 +6,5 @@ import vue from "@astrojs/vue";
|
||||
export default defineConfig({
|
||||
integrations: [vue()],
|
||||
output: 'static',
|
||||
site: 'https://maps.alexcreates.fr'
|
||||
site: 'https://maps.alexcreates.fr',
|
||||
});
|
||||
|
||||
@@ -12,10 +12,12 @@ const { title } = Astro.props;
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="author" content="Alexis Pelé" />
|
||||
<meta name="description" content="Carte du monde connu de Léim, centrée sur l'Alliance Kaldélienne" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="viewport" content="width=device-width; initial-scale=1" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title} — Leim Wiki</title>
|
||||
|
||||
<link rel="canonical" href={Astro.url}>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
|
||||
Reference in New Issue
Block a user