We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6ad134 + fa07c3c commit 1a2575fCopy full SHA for 1a2575f
src/pages/blog.astro
@@ -2,8 +2,8 @@
2
import { getCollection } from "astro:content";
3
import { Picture } from "astro:assets";
4
import Layout from "@layouts/Layout.astro";
5
-import Container from "@components/container.astro";
6
-import Sectionhead from "@components/sectionhead.astro";
+import Container from "@components/Container.astro";
+import Sectionhead from "@components/SectionHead.astro";
7
8
// Filter blog entries with 'draft: false' & date before current date
9
const publishedBlogEntries = await getCollection("blog", ({ data }) => {
0 commit comments