--- import BaseHead from '../../components/BaseHead.astro'; import { SITE_TITLE, SITE_DESCRIPTION } from '../../consts'; import BlogFeed from '../../components/BlogFeed.astro'; import Navbar from '../../components/Navbar.astro'; ---