mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:26:38 -04:00
properly import and optimize/cache images in markdown files
This commit is contained in:
@ -37,7 +37,9 @@ export default function Page() {
|
||||
anyone, ever).
|
||||
</Blockquote>
|
||||
|
||||
<Image src={cliImg} href="https://www.npmjs.com/package/@jakejarvis/cli" alt="Terminal Screenshot" priority />
|
||||
<Link href="https://www.npmjs.com/package/@jakejarvis/cli">
|
||||
<Image src={cliImg} alt="Terminal Screenshot" priority />
|
||||
</Link>
|
||||
|
||||
<H2 id="usage">Usage</H2>
|
||||
<CodeBlock withCopyButton>npx @jakejarvis/cli</CodeBlock>
|
||||
|
Reference in New Issue
Block a user