1
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:
2022-01-09 22:53:10 -05:00
parent 32d1683e51
commit 6436a34c59
34 changed files with 256 additions and 180 deletions

View File

@@ -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"