mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-08 20:25:34 -04:00
proper cwd for mdx components
This commit is contained in:
@@ -12,8 +12,8 @@ tags:
|
||||
image: "/static/images/notes/github-rename-master/github-default.png"
|
||||
---
|
||||
|
||||
import Image from "./components/media/Image";
|
||||
import Tweet from "./components/media/Tweet";
|
||||
import Image from "../components/media/Image";
|
||||
import Tweet from "../components/media/Tweet";
|
||||
|
||||
<Image
|
||||
src="/static/images/notes/github-rename-master/blm-topic.png"
|
||||
|
||||
Reference in New Issue
Block a user