Skip to content

Commit

Permalink
Commented out ClueCon banner. (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon-White authored Sep 11, 2024
1 parent 9c11236 commit ea92e4e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ const config = {
plugins: ["docusaurus-plugin-sass"],
headTags: [],
scripts: [
{
src: "/freeswitch/scripts/bannerica.js"
},
{
src: "/freeswitch/scripts/apollo.js",
async: true,
Expand All @@ -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;

0 comments on commit ea92e4e

Please sign in to comment.