diff --git a/netlify.toml b/netlify.toml index fc0a6d6..a6bfee0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,22 @@ command = "hugo --gc --minify -b ${URL}" [build.environment] HUGO_VERSION = "0.147.7" + + +[[redirects]] + from = "https://hextra-ai-insight-daily.netlify.app/*" + to = "https://ai.hubtoday.app/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://main--hextra-ai-insight-daily.netlify.app/*" + to = "https://ai.hubtoday.app/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://6882b87a03e9d50009a8a3bb--comfy-figolla-535556.netlify.app/*" + to = "https://ai.hubtoday.app/:splat" + status = 301 + force = true