chore: move to GitHub

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-09-07 20:24:54 +02:00
parent 791b681548
commit d91860e0f7
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -24,7 +24,7 @@ class Subject {
routeBasePath: this.subject,
sidebarPath: require.resolve("./sidebars.js"),
showLastUpdateTime: true,
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
editUrl: "https://github.com/mfocko/blog/tree/main",
remarkPlugins: [math],
rehypePlugins: [katex],
},
@ -104,7 +104,7 @@ const config = {
type: "all",
description: "mf's blog",
},
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
editUrl: "https://github.com/mfocko/blog/tree/main",
remarkPlugins: [math],
rehypePlugins: [katex],
},