diff --git a/netlify.toml b/netlify.toml index 37c56e0..39bf7c3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -11,3 +11,13 @@ command = "npm run staging" from = "/docs/master/*" to = "/docs/v3/:splat" status = 302 + +[[redirects]] +from = "/bee.js" +to = "https://cdn.splitbee.io/sb.js" +status = 200 + +[[redirects]] +from = "/_hive/*" +to = "https://hive.splitbee.io/:splat" +status = 200