mirror of
https://github.com/mfocko/blog.git
synced 2024-11-12 17:20:30 +01:00
chore: move to GitHub
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
791b681548
commit
d91860e0f7
1 changed files with 2 additions and 2 deletions
|
@ -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],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue