From ee64606236f29f4be26d74bc2e747be4c8ce5e5a Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:44:14 -0600 Subject: [PATCH] Update theme.config.jsx update docs repository base --- theme.config.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.config.jsx b/theme.config.jsx index 4c6e62f..83ef7b9 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -50,5 +50,6 @@ export default { url: 'https://github.com/Trance-0/NoteNextra', name: 'Source' } - ] + ], + docsRepositoryBase: 'https://github.com/Trance-0/NoteNextra/tree/main' } \ No newline at end of file