fix edit page link
This commit is contained in:
parent
b8726d456b
commit
a223f843d9
|
@ -5,7 +5,7 @@ import { MDXRenderer } from "gatsby-plugin-mdx"
|
||||||
import { MDXProvider } from "@mdx-js/react"
|
import { MDXProvider } from "@mdx-js/react"
|
||||||
|
|
||||||
const ide =
|
const ide =
|
||||||
"https://repos.ctdo.de/-/ide/project/neri/ctdo-hompage/edit/master/-/src/markdown-pages/"
|
"https://repos.ctdo.de/-/ide/project/neri/ctdo-homepage/edit/master/-/src/markdown-pages/"
|
||||||
|
|
||||||
const MdLeakH1 = props => <h2 {...props}># {props.children}</h2>
|
const MdLeakH1 = props => <h2 {...props}># {props.children}</h2>
|
||||||
const MdLeakH2 = props => <h3 {...props}>## {props.children}</h3>
|
const MdLeakH2 = props => <h3 {...props}>## {props.children}</h3>
|
||||||
|
|
Loading…
Reference in New Issue