1
0
Fork 0

fix(org): Post type in showcase page

This commit is contained in:
Joost De Cock 2023-10-20 14:19:20 +02:00
parent 330dddde8b
commit c09d66b1ef

View file

@ -20,7 +20,7 @@ const ShowcasePage = ({ dir, page, mdx, frontmatter }) => {
frontmatter={frontmatter} frontmatter={frontmatter}
mdx={mdx} mdx={mdx}
dir={dir} dir={dir}
type="blog" type="showcase"
/> />
)} )}
/> />