fix edit page link

This commit is contained in:
neri 2020-01-14 22:56:44 +01:00
parent b8726d456b
commit a223f843d9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import { MDXRenderer } from "gatsby-plugin-mdx"
import { MDXProvider } from "@mdx-js/react"
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 MdLeakH2 = props => <h3 {...props}>## {props.children}</h3>