redirects take two

This commit is contained in:
Neeldhara Misra 2025-08-10 01:53:46 +05:30
parent 8aa5e68642
commit 7c88dcc952

View file

@ -13,74 +13,74 @@
[[redirects]] [[redirects]]
from = "https://bfs.neeldhara.blog/*" from = "https://bfs.neeldhara.blog/*"
to = "https://neeldhara.blog/bfs/:splat" to = "/bfs/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://dfs.neeldhara.blog/*" from = "https://dfs.neeldhara.blog/*"
to = "https://neeldhara.blog/dfs/:splat" to = "/dfs/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://problems.neeldhara.blog/*" from = "https://problems.neeldhara.blog/*"
to = "https://neeldhara.blog/problems/:splat" to = "/problems/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://puzzles.neeldhara.blog/*" from = "https://puzzles.neeldhara.blog/*"
to = "https://neeldhara.blog/puzzles/:splat" to = "/puzzles/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://reviews.neeldhara.blog/*" from = "https://reviews.neeldhara.blog/*"
to = "https://neeldhara.blog/reviews/:splat" to = "/reviews/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://reflections.neeldhara.blog/*" from = "https://reflections.neeldhara.blog/*"
to = "https://neeldhara.blog/reflections/:splat" to = "/reflections/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://vibes.neeldhara.blog/*" from = "https://vibes.neeldhara.blog/*"
to = "https://neeldhara.blog/vibes/:splat" to = "/vibes/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://workflows.neeldhara.blog/*" from = "https://workflows.neeldhara.blog/*"
to = "https://neeldhara.blog/workflows/:splat" to = "/workflows/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://magic.neeldhara.blog/*" from = "https://magic.neeldhara.blog/*"
to = "https://neeldhara.blog/magic/:splat" to = "/magic/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://contests.neeldhara.blog/*" from = "https://contests.neeldhara.blog/*"
to = "https://neeldhara.blog/contests/:splat" to = "/contests/:splat"
status = 200 status = 200
force = true force = true
[[redirects]] [[redirects]]
from = "https://poetry.neeldhara.blog/*" from = "https://poetry.neeldhara.blog/*"
to = "https://neeldhara.blog/poetry/:splat" to = "/poetry/:splat"
status = 200 status = 200
force = true force = true
# Main blog redirect # Main blog redirect
[[redirects]] [[redirects]]
from = "https://blog.neeldhara.blog/*" from = "https://blog.neeldhara.blog/*"
to = "https://neeldhara.blog/blog/:splat" to = "/blog/:splat"
status = 200 status = 200
force = true force = true