mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 06:41:17 -04:00
custom <Link />
wrapper around next/link
This commit is contained in:
@@ -56,6 +56,7 @@ const Note = ({ frontMatter, source }: NoteType) => {
|
||||
<NoteTitle slug={frontMatter.slug} htmlTitle={frontMatter.htmlTitle} />
|
||||
|
||||
<Content>
|
||||
{/* @ts-ignore */}
|
||||
<MDXRemote {...source} components={{ ...mdxComponents }} />
|
||||
</Content>
|
||||
|
||||
|
Reference in New Issue
Block a user