I’ve built a simple bootstrap site, deployed form git. Hand tooled, so not using anything like Jekyll, hugo etc.
https://dazzling-lovelace-dfccb9.netlify.app/
Looking to do a redirect of the default subdomain. _redirects.txt is in the root, but the deploy message is saying that no redirects are processed. If I download the deploy, the redirects file is there.
Syntax is here. Probably a typo or something stupid like that, but can’t seem to see the woods for the trees on this one.
# Redirect default Netlify subdomain to primary domain
https://dazzling-lovelace-dfccb9.netlify.app/* https://www.kindcarecornwall.co.uk/:splat 301!