diff --git a/astro.config.mjs b/astro.config.mjs index 5154b5c..2090077 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -34,7 +34,7 @@ export default defineConfig({ }), sitemap() ], - site: "https://cuddlybunion341.github.io", + site: "https://cb341.github.io", image: { service: sharpImageService(), }, diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 0f76908..4c4ef0c 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -5,10 +5,10 @@ const currentYear = new Date().getFullYear();