mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 21:01:18 -04:00
proper cwd for mdx components
This commit is contained in:
@@ -11,8 +11,8 @@ tags:
|
||||
image: "/static/images/notes/how-to-shrink-linux-virtual-disk-vmware/screen-shot-2018-12-07-at-2-04-04-pm.png"
|
||||
---
|
||||
|
||||
import Image from "./components/media/Image";
|
||||
import Figure from "./components/media/Figure";
|
||||
import Image from "../components/media/Image";
|
||||
import Figure from "../components/media/Figure";
|
||||
|
||||
<Figure
|
||||
src="/static/images/notes/how-to-shrink-linux-virtual-disk-vmware/screen-shot-2018-12-07-at-2-04-04-pm.png"
|
||||
|
Reference in New Issue
Block a user