From f00951d61555ee57ea6814052f18929591dff790 Mon Sep 17 00:00:00 2001 From: rmcrackan Date: Tue, 3 Feb 2026 10:07:17 -0500 Subject: [PATCH] Update config.js "Edit this page" went to 'main' instead of 'master' --- .vitepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.js b/.vitepress/config.js index 73ea0feb..8f7f9fc6 100644 --- a/.vitepress/config.js +++ b/.vitepress/config.js @@ -19,7 +19,7 @@ export default defineConfig({ }, editLink: { - pattern: "https://github.com/rmcrackan/Libation/edit/main/:path", + pattern: "https://github.com/rmcrackan/Libation/edit/master/:path", }, lastUpdated: true,