Skip to content

Commit c9853ee

Browse files
committed
add redirect rules for llms-friendly documentation
1 parent 55b5cc4 commit c9853ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/public/_redirects

+5
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@
6161
/v2/guide/reactivity.html /guide/extras/reactivity-in-depth.html
6262

6363
/v2/* https://v2.vuejs.org/v2/:splat?redirect=true 302
64+
65+
/*.txt /:splat.md 301
66+
/llms.md /llms.txt 301
67+
/llms.txt /llms.txt 200!
68+
/llms-full.txt /llms-full.txt 200!

0 commit comments

Comments
 (0)