We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c882579 commit 12583cdCopy full SHA for 12583cd
astro.config.mjs
@@ -238,6 +238,9 @@ export default defineConfig({
238
...i18nRedirect('/v1/references/configuration-files', '/references/configuration-files'),
239
...i18nRedirect('/v1/references/webview-versions', '/references/webview-versions'),
240
241
+ // Indexed by google as top entry when searching "tauri v1 to v2"
242
+ '/guides/upgrade-migrate/from-tauri-1': "/start/upgrade--migrate/from-tauri-1/",
243
+
244
// Decommissioned locales -> refer to /public/_redirects file
245
// '/ko/[...slug]': '/[...slug]',
246
// '/it/[...slug]': '/[...slug]',
0 commit comments