From d91860e0f7cf3559656da1923f015cc8b76edd98 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 7 Sep 2023 20:24:54 +0200 Subject: [PATCH] chore: move to GitHub Signed-off-by: Matej Focko --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index d0d713e..3af897b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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], },