mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-20 19:20:50 -05:00
update constants
This commit is contained in:
@@ -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 */}
|
||||
|
||||
@@ -78,12 +78,7 @@ const Privacy = () => (
|
||||
is completely public, too!)
|
||||
</p>
|
||||
|
||||
<IFrame
|
||||
src="https://app.usefathom.com/share/wbgnqukw/jarv.is"
|
||||
title="Fathom Analytics dashboard"
|
||||
height={500}
|
||||
allowScripts
|
||||
/>
|
||||
<IFrame src="/stats/" title="Fathom Analytics dashboard" height={500} allowScripts />
|
||||
|
||||
<H2 id="third-party">Third-Party Content</H2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user