We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shouldAnnouncementBannerBeShown
1 parent e085b37 commit be1bce1Copy full SHA for be1bce1
gatsby-config.js
@@ -9,7 +9,7 @@ const mainURL = process.env.GATSBY_DEFAULT_DOC_URL;
9
const isProduction = mainURL === 'https://k6.io/docs';
10
const isStaging = mainURL === 'https://staging.k6.io/docs';
11
12
-const shouldAnnouncementBannerBeShown = true;
+const shouldAnnouncementBannerBeShown = false;
13
14
const plugins = [
15
'gatsby-plugin-react-helmet',
0 commit comments