From b720ed6f78cde905d7823b91bb4da7a201f4d29a Mon Sep 17 00:00:00 2001 From: Vitor Ayres Date: Fri, 3 May 2024 15:45:02 -0300 Subject: [PATCH] [i18nIgnore] update v2 editLink (#2112) --- astro.config.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 32c81c7e15..3049c3caa7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -101,9 +101,8 @@ export default defineConfig({ }, }, ], - // TODO: Be sure this is updated when the branch is switched editLink: { - baseUrl: 'https://github.com/tauri-apps/tauri-docs/edit/next', + baseUrl: 'https://github.com/tauri-apps/tauri-docs/edit/v2', }, customCss: ['./src/styles/custom.css'], sidebar: [