I have an issue redirecting / to /other-page. All other redirects work flawlessly, but it seems like this redirect rule is ignored (my redirects are in netlify.toml)
[[redirects]]
from = "/"
to = "/other-page"
Do any of you have any idea how I might go about this?
I would not expect it to be? It is the very first redirect rule, and all subsequent redirect rules are like /foo/foo/bar, /foo/bar/baz etc. Not a single root redirect (either from or to "/")