diff --git a/astro.config.mjs b/astro.config.mjs index f4b1a05a28..f966601866 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -238,6 +238,9 @@ export default defineConfig({ ...i18nRedirect('/v1/references/configuration-files', '/references/configuration-files'), ...i18nRedirect('/v1/references/webview-versions', '/references/webview-versions'), + // Indexed by google as top entry when searching "tauri v1 to v2" + '/guides/upgrade-migrate/from-tauri-1': "/start/upgrade--migrate/from-tauri-1/", + // Decommissioned locales -> refer to /public/_redirects file // '/ko/[...slug]': '/[...slug]', // '/it/[...slug]': '/[...slug]',