After deploy I can’t seem to verify my redirects written with a netlify.toml file.
I have this from the deploy summary:
4 redirect rules processed
All redirect rules deployed without errors.
Yet a quick check visiting a redirected url does not result in a 301, but a 200
E.g.
[[redirects]]
from = “/?url=bybarner.dk&id=1184”
to = “/booking”
status = 301
This is how I copy the toml file:
nuxt generate && cp netlify.toml dist