remove unnecessary redirects

pull/4694/head
Divyansh Singh 5 months ago committed by GitHub
parent fb8caced79
commit 40bc01c58e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,26 +27,12 @@
from = "/guide/" from = "/guide/"
to = "/guide/getting-started" to = "/guide/getting-started"
# llms.txt
[[redirects]] [[redirects]]
from = "/llms.md" from = "/llms.md"
status = 301 status = 301
to = "/llms.txt" to = "/llms.txt"
[[redirects]] [[redirects]]
force = true
from = "/llms.txt"
status = 200
to = "/llms.txt"
[[redirects]]
force = true
from = "/llms-full.md" from = "/llms-full.md"
status = 200 status = 301
to = "/llms-full.txt"
[[redirects]]
force = true
from = "/llms-full.txt"
status = 200
to = "/llms-full.txt" to = "/llms-full.txt"

Loading…
Cancel
Save