From 80d61190a25fb18e9d8ae84fe3ced5b72c020cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4kil=C3=A4?= Date: Sun, 24 Aug 2025 23:24:04 +0300 Subject: [PATCH] fix: broken editUrl --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index e2fca85..8fa82b8 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -46,7 +46,7 @@ const config: Config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/MiniPlaceholders/docs', + 'https://github.com/MiniPlaceholders/miniplaceholders.github.io/tree/main', }, blog: false,//{ //showReadingTime: true,