diff --git a/netlify.toml b/netlify.toml index 41497fd1..d8c483a9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,3 +5,9 @@ publish = "website/public" [build.environment] HUGO_VERSION = "0.93.2" NODE_VERSION = "12.21.0" + +[[redirects]] + from = "https://sidero.dev/*" + to = "https://siderolabs.com/:splat" + status = 301 + force = true \ No newline at end of file