[[redirects]]
from = "https://dazzling-lovelace-dfccb9.netlify.app/*"
to = "https://www.kindcarecornwall.co.uk/:splat"
status = 301
force = true
Try that on for size
Note the /* and /:splat
which are explained here:
[[redirects]]
from = "https://dazzling-lovelace-dfccb9.netlify.app/*"
to = "https://www.kindcarecornwall.co.uk/:splat"
status = 301
force = true
Try that on for size
Note the /* and /:splat
which are explained here: