Skip to content

Commit b04f81a

Browse files
TheAlexLichterkiaking
authored andcommitted
docs: make redirects permanent (#19743)
1 parent 9fa0a07 commit b04f81a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/_redirects

Lines changed: 6 additions & 6 deletions
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)