From aa4e699e25f934090877c5b6b579914817b4d291 Mon Sep 17 00:00:00 2001 From: Devon-White Date: Wed, 11 Sep 2024 16:20:30 -0400 Subject: [PATCH] Commented out ClueCon banner. --- docusaurus.config.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index ce31c8ea..9267937e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -153,9 +153,6 @@ const config = { plugins: ["docusaurus-plugin-sass"], headTags: [], scripts: [ - { - src: "/freeswitch/scripts/bannerica.js" - }, { src: "/freeswitch/scripts/apollo.js", async: true, @@ -175,9 +172,17 @@ const config = { { src: "/freeswitch/scripts/zendesk.js", async: true - } + }, + /* + { + src: "/freeswitch/scripts/bannerica.js" + }, + + */ ], - stylesheets: ["/freeswitch/styles/bannerica.css?v=0.1.3"] + stylesheets: [ + //"/freeswitch/styles/bannerica.css?v=0.1.3" + ] }; module.exports = config;