From b04f81ae9f6f5d1961fe6fe42687e6ead5895c8c Mon Sep 17 00:00:00 2001
From: Alexander Lichter <github@lichter.io>
Date: Fri, 28 Mar 2025 19:46:45 +0100
Subject: [PATCH] docs: make redirects permanent (#19743)

---
 public/_redirects | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/public/_redirects b/public/_redirects
index a53445fd..6d50cc3d 100644
--- a/public/_redirects
+++ b/public/_redirects
@@ -1,9 +1,9 @@
 # temporary, we'll flip this around some day
 https://ja.vitejs.dev/* https://ja.vite.dev/:splat 301!
 
-/guide/api-vite-runtime /guide/api-environment 302
-/guide/api-vite-runtime.html /guide/api-environment 302
-/guide/api-vite-environment /guide/api-environment 302
-/guide/api-vite-environment.html /guide/api-environment 302
-/guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 302
-/guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 302
+/guide/api-vite-runtime /guide/api-environment 301
+/guide/api-vite-runtime.html /guide/api-environment 301
+/guide/api-vite-environment /guide/api-environment 301
+/guide/api-vite-environment.html /guide/api-environment 301
+/guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 301
+/guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 301