1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 06:41:17 -04:00

dial up the minification of MDX output a bit more

This commit is contained in:
2022-01-24 13:58:27 -05:00
parent 2d9702f779
commit 5847fd82b6
4 changed files with 104 additions and 101 deletions

View File

@@ -56,7 +56,7 @@ const Note = ({ frontMatter, source }: NoteType) => {
<NoteTitle slug={frontMatter.slug} htmlTitle={frontMatter.htmlTitle} />
<Content>
<MDXRemote {...source} components={{ ...mdxComponents }} lazy />
<MDXRemote {...source} components={{ ...mdxComponents }} />
</Content>
{frontMatter.noComments !== true && (