diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 4611125e..ea8cf35f 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -9,10 +9,11 @@ module.exports = {
projectName: 'tech-interview-handbook',
themeConfig: {
announcementBar: {
- id: 'announcement-1', // Increment on change
+ id: 'algomonster', // Increment on change
content: `Stop the grind and study with a plan! Developed by Google engineers,
AlgoMonster is the fastest way to get a software engineering job.
Try it today!`,
+ isCloseable: false,
},
prism: {
theme: require('prism-react-renderer/themes/github'),