From 0de8750269afffabb8392f4bf9f18d9047ac9618 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 15 Apr 2024 17:11:58 -0600 Subject: [PATCH] chore(docs): disable bugherd for now --- docs/docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index e6a4c4626e008..a53b6dc896482 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -257,10 +257,10 @@ const config = { }), scripts: [ '/script/matomo.js', - { - src: 'https://www.bugherd.com/sidebarv2.js?apikey=enilpiu7bgexxsnoqfjtxa', - async: true, - }, + // { + // src: 'https://www.bugherd.com/sidebarv2.js?apikey=enilpiu7bgexxsnoqfjtxa', + // async: true, + // }, ], };