mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:46:40 -04:00
properly import and optimize/cache images in markdown files
This commit is contained in:
@ -40,7 +40,9 @@ export default function Page() {
|
||||
❤️
|
||||
</p>
|
||||
|
||||
<Image src={desktopImg} href={desktopImg.src as Route} alt="My mess of a desktop." priority />
|
||||
<Link href={desktopImg.src as Route} openInNewTab>
|
||||
<Image src={desktopImg} alt="My mess of a desktop." priority />
|
||||
</Link>
|
||||
|
||||
<H2 id="hardware">
|
||||
<span style={{ marginRight: "0.45em" }}>🚘</span>
|
||||
|
Reference in New Issue
Block a user