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} + + + + + + + + + + + + + + + + + + + +