mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 20:21:18 -04:00
proper cwd for mdx components
This commit is contained in:
@@ -11,9 +11,9 @@ tags:
|
||||
image: "/static/images/notes/github-actions/actions-flow.png"
|
||||
---
|
||||
|
||||
import Image from "./components/media/Image";
|
||||
import Figure from "./components/media/Figure";
|
||||
import Gist from "./components/media/Gist";
|
||||
import Image from "../components/media/Image";
|
||||
import Figure from "../components/media/Figure";
|
||||
import Gist from "../components/media/Gist";
|
||||
|
||||
<Image
|
||||
src="/static/images/notes/github-actions/actions-flow.png"
|
||||
|
Reference in New Issue
Block a user