From 268712db32848c7d6c2ce3daccb8d4ec3cdc9964 Mon Sep 17 00:00:00 2001 From: limepotato Date: Wed, 26 Jun 2024 18:07:44 -0600 Subject: [PATCH] metadata --- astro.config.mjs | 6 +++++- src/components/Head.astro | 38 +++++++++++++++++++++++++++++++------- 2 files changed, 36 insertions(+), 8 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5c186e5..983fe62 100755 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,7 +1,11 @@ import { defineConfig } from 'astro/config'; +import mdx from '@astrojs/mdx'; + +import sitemap from '@astrojs/sitemap'; // https://astro.build/config export default defineConfig({ server: { port: 8001 }, - site: "https://limepot.xyz" + site: "https://limepot.xyz", + integrations: [mdx(), sitemap()], }); diff --git a/src/components/Head.astro b/src/components/Head.astro index d2e3308..c4702f7 100755 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -9,14 +9,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site); const { title, description } = Astro.props; --- - - - - - - - + + + + + + + + + + +{title} + + + + + + + + + + + + + + + + + + + +