fix(org): Post type in showcase page
This commit is contained in:
parent
330dddde8b
commit
c09d66b1ef
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue