From a9fa3d2f9a75e274fd2a4c2e9c0347f248160394 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Tue, 16 Jan 2024 00:03:38 +0100 Subject: [PATCH] Added extra meta on
--- astro.config.mjs | 2 +- src/layouts/Layout.astro | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 3a259b70..72199922 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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', }); diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1f0ead0b..dcfa55e0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,10 +12,12 @@ const { title } = Astro.props; - +