mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-10 21:15:21 -04:00
passing a custom link component to mdx was unnecessary
This commit is contained in:
@@ -10,8 +10,8 @@ tags:
|
||||
image: "/static/images/notes/presidential-candidates-404-pages/obama-laughing.jpg"
|
||||
---
|
||||
|
||||
import Image from "./components/embeds/Image";
|
||||
import Video from "./components/embeds/Video";
|
||||
import Image from "./components/media/Image";
|
||||
import Video from "./components/media/Video";
|
||||
|
||||
<figure>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user