fix: add Netlify redirects for `llms.txt`

pull/4694/head
Okinea Dev 5 months ago
parent 1ec84c1504
commit e88f6ba658
No known key found for this signature in database
GPG Key ID: 07944BC5E01E7B43

@ -26,3 +26,32 @@
[[redirects]]
from = "/guide/"
to = "/guide/getting-started"
# llms.txt
[[redirects]]
from = "/*.txt"
status = 301
to = "/:splat.md"
[[redirects]]
from = "/llms.md"
status = 301
to = "/llms.txt"
[[redirects]]
force = true
from = "/llms.txt"
status = 200
to = "/llms.txt"
[[redirects]]
force = true
from = "/llms-full.md"
status = 200
to = "/llms-full.txt"
[[redirects]]
force = true
from = "/llms-full.txt"
status = 200
to = "/llms-full.txt"

Loading…
Cancel
Save