Skip to content

Commit

Permalink
misc fix blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
loctran016 committed Nov 14, 2024
1 parent 50a307d commit c8545dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added commitlint.config.js
Binary file not shown.
2 changes: 1 addition & 1 deletion src/layouts/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BaseHead from '../components/BaseHead.astro';
import Header from '../components/Header.astro';
import Footer from '../components/Footer.astro';
import FormattedDate from '../components/FormattedDate.astro';
import Utterances from '../components/utterances.astro';
import Utterances from '../components/Utterances.astro';
type Props = CollectionEntry<'blog'>['data'];
const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
Expand Down

0 comments on commit c8545dd

Please sign in to comment.