mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 20:11:15 -04:00
pass mdx images through next/image for full optimization benefits
This commit is contained in:
@@ -12,10 +12,11 @@ tags:
|
||||
image: "/static/images/notes/how-to-backup-linux-server/apocalypse.png"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Tweet from "./components/embeds/Tweet";
|
||||
|
||||
<figure>
|
||||
<img
|
||||
<Image
|
||||
src="/static/images/notes/how-to-backup-linux-server/apocalypse.png"
|
||||
width="865"
|
||||
height="303"
|
||||
|
Reference in New Issue
Block a user