fix(org): Port blog posts to new MDX loader
This commit is contained in:
parent
d84ae7af3b
commit
ec0b8b0322
13 changed files with 115 additions and 195 deletions
|
@ -42,7 +42,7 @@ export const Toc = ({ toc = [], wrap = false }) => {
|
|||
border-2 bg-base-200 bg-opacity-30 p-4 rounded-lg border-base-200
|
||||
`}
|
||||
>
|
||||
<h4>{t('toc')}</h4>
|
||||
<h4>{t('docs:toc')}</h4>
|
||||
{ul}
|
||||
</div>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue