Skip to content

Commit 1887728

Browse files
authored
build: netlify redirect to llms.txt
- netlify route redirect to `llms.txt`、`llms-full.txt` path
1 parent 3a65860 commit 1887728

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@
44
[build]
55
publish = ".vitepress/dist"
66
command = "pnpm run build"
7+
8+
[[redirects]]
9+
from = "/llms.md"
10+
status = 301
11+
to = "/llms.txt"
12+
13+
[[redirects]]
14+
from = "/llms-full.md"
15+
status = 301
16+
to = "/llms-full.txt"

0 commit comments

Comments
 (0)