1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 22:45:27 -04:00

passing a custom link component to mdx was unnecessary

This commit is contained in:
2022-01-12 14:20:45 -05:00
parent e6ead77f5f
commit b51e8a38ce
31 changed files with 34 additions and 92 deletions
@@ -12,7 +12,7 @@ tags:
image: "/static/images/notes/cool-bash-tricks-for-your-terminal-dotfiles/terminal.png"
---
import Image from "./components/embeds/Image";
import Image from "./components/media/Image";
<Image
src="/static/images/notes/cool-bash-tricks-for-your-terminal-dotfiles/terminal.png"