From 30eb0794b5c215df55c9759313c8eb2ef18c5fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 29 Nov 2021 19:53:25 +0100 Subject: [PATCH] change script --- source/_assets/js/extsb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_assets/js/extsb.js b/source/_assets/js/extsb.js index c998ce3..ef40640 100644 --- a/source/_assets/js/extsb.js +++ b/source/_assets/js/extsb.js @@ -1,8 +1,8 @@ import splitbee from '@splitbee/web'; splitbee.init({ - scriptUrl: "/bee.js", - apiUrl: "/_hive", + scriptUrl: "https://tenancyforlaravel.com/bee.js", + apiUrl: "https://tenancyforlaravel.com/_hive", }) let tag = document.getElementsByClassName('extsb')[0];