Skip to content

Commit be1bce1

Browse files
committed
Disable shouldAnnouncementBannerBeShown
1 parent e085b37 commit be1bce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const mainURL = process.env.GATSBY_DEFAULT_DOC_URL;
99
const isProduction = mainURL === 'https://k6.io/docs';
1010
const isStaging = mainURL === 'https://staging.k6.io/docs';
1111

12-
const shouldAnnouncementBannerBeShown = true;
12+
const shouldAnnouncementBannerBeShown = false;
1313

1414
const plugins = [
1515
'gatsby-plugin-react-helmet',

0 commit comments

Comments
 (0)