mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-20 18:26:01 -04:00
enable vercel analytics
This commit is contained in:
@@ -20,6 +20,7 @@ const CodeHybrid = ({ forceBlock, className, children, ...rest }: CodeHybridProp
|
||||
return (
|
||||
<CodeBlock
|
||||
highlight={prismEnabled && !classNames?.includes("language-plaintext")}
|
||||
withCopyButton
|
||||
className={className}
|
||||
{...rest}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user