1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-01 04:26:37 -04:00

update constants

This commit is contained in:
2022-02-26 12:06:41 -05:00
parent f6627580eb
commit f2fb718d0f
7 changed files with 24 additions and 15 deletions

View File

@ -53,8 +53,11 @@ const Note = ({ frontMatter, source }: NoteType) => {
<NoteMeta {...frontMatter} />
<Content>
{/* @ts-ignore */}
<MDXRemote {...source} components={{ ...mdxComponents }} />
<MDXRemote
{...source}
// @ts-ignore
components={{ ...mdxComponents }}
/>
</Content>
{/* comments can be disabled for an individual post via `noComments: true` in its front matter */}