diff --git a/src/components/Footer.astro b/src/components/foot.astro similarity index 100% rename from src/components/Footer.astro rename to src/components/foot.astro diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 9f15a15..c903c63 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -4,7 +4,7 @@ import { getCollection } from 'astro:content'; import { getLocale } from '@/lib/locale'; import SEOHead from '@/components/seo-head.astro'; import Header from '@/components/header'; -import Footer from '@/components/footer.astro'; +import Footer from '@/components/foot.astro'; interface Props { title?: string;