Skip to content

Commit 01fc0f7

Browse files
docs: make redirects permanent (#19743) (#1899)
Co-authored-by: Alexander Lichter <[email protected]>
1 parent e3f6494 commit 01fc0f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/_redirects

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# temporary, we'll flip this around some day
22
https://ja.vitejs.dev/* https://ja.vite.dev/:splat 301!
33

4-
/guide/api-vite-runtime /guide/api-environment 302
5-
/guide/api-vite-runtime.html /guide/api-environment 302
6-
/guide/api-vite-environment /guide/api-environment 302
7-
/guide/api-vite-environment.html /guide/api-environment 302
8-
/guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 302
9-
/guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 302
4+
/guide/api-vite-runtime /guide/api-environment 301
5+
/guide/api-vite-runtime.html /guide/api-environment 301
6+
/guide/api-vite-environment /guide/api-environment 301
7+
/guide/api-vite-environment.html /guide/api-environment 301
8+
/guide/comparisons /guide/why#how-vite-relates-to-other-unbundled-build-tools 301
9+
/guide/comparisons.html /guide/why#how-vite-relates-to-other-unbundled-build-tools 301

0 commit comments

Comments
 (0)