Skip to content

Commit 43baab7

Browse files
authored
docs: make redirects permanent (#698) (#1035)
Co-authored-by: Rush Ali <[email protected]> closes #698 #1035
1 parent d377519 commit 43baab7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/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://vitejs.dev/* https://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)