mirror of
https://github.com/mfocko/blog.git
synced 2024-11-13 01:30:29 +01:00
fix: paths to the upstream repository
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b4caf50021
commit
952cc8a499
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ class Subject {
|
|||
path: this.subject,
|
||||
routeBasePath: this.subject,
|
||||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
editUrl: "https://gitlab.com/mfocko/kb/tree/main",
|
||||
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
|
||||
remarkPlugins: [math],
|
||||
rehypePlugins: [katex],
|
||||
},
|
||||
|
@ -98,7 +98,7 @@ const config = {
|
|||
type: 'all',
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Matej Focko.`,
|
||||
},
|
||||
editUrl: "https://gitlab.com/mfocko/kb/tree/main",
|
||||
editUrl: "https://gitlab.com/mfocko/blog/tree/main",
|
||||
remarkPlugins: [math],
|
||||
rehypePlugins: [katex],
|
||||
},
|
||||
|
@ -176,7 +176,7 @@ const config = {
|
|||
items: [
|
||||
{
|
||||
label: "GitLab",
|
||||
href: "https://gitlab.com/mfocko/kb",
|
||||
href: "https://gitlab.com/mfocko/blog",
|
||||
},
|
||||
{
|
||||
label: "GitLab FI",
|
||||
|
|
|
@ -27,7 +27,7 @@ const FeatureList = [
|
|||
description: (
|
||||
<>
|
||||
This content can be found as a source at{" "}
|
||||
<a href="https://gitlab.com/mfocko/kb">GitLab</a> or{" "}
|
||||
<a href="https://gitlab.com/mfocko/blog">GitLab</a> or{" "}
|
||||
<a href="https://gitlab.fi.muni.cz/xfocko/kb">FI GitLab</a>. And you can
|
||||
find it deployed on {" "}
|
||||
<a href="https://fi.muni.cz/~xfocko/kb">aisa</a> or{" "}
|
||||
|
|
Loading…
Reference in a new issue