From e8f4d7612c61fbfd94089c9c03166782696a2378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 29 Nov 2021 17:46:46 +0100 Subject: [PATCH] splitbee rewrites --- netlify.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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