mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-15 11:12:57 -05:00
proper cwd for mdx components
This commit is contained in:
@@ -12,7 +12,7 @@ tags:
|
||||
image: "/static/images/notes/how-to-pull-request-fork-github/step7-2.png"
|
||||
---
|
||||
|
||||
import Image from "./components/media/Image";
|
||||
import Image from "../components/media/Image";
|
||||
|
||||
<svg width="150" height="150" viewBox="0 0 40 40" style={{ float: "right", marginBottom: "6px", marginLeft: "12px" }}>
|
||||
<path d="M6.5 35v-4.8c0-5.4 4.3-9.7 9.7-9.7h7.6c5.4 0 9.7-4.3 9.7-9.7V6M6.5 32.5v-26" fill="none" stroke="#a3b7cc" />
|
||||
|
||||
Reference in New Issue
Block a user