Skip to content

Commit ae72ffe

Browse files
committed
fix: resolve h2
1 parent b65073a commit ae72ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/[id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { getCollection, render } from 'astro:content';
33
import BaseLayout from "../../layouts/BaseLayout.astro";
44
5-
import h2 from '../../components/H2.astro';
5+
import h2 from '../../components/h2.astro';
66
import h3 from '../../components/h3.astro';
77
import h4 from '../../components/h4.astro';
88

0 commit comments

Comments
 (0)