diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index ef85c93c1..dc97be3d5 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -10,14 +10,14 @@ module.exports = {
projectName: 'ts-node', // Usually your repo name.
themeConfig: {
image: 'img/opengraph.png',
- announcementBar: {
- id: 'website_wip', // Any value that will identify this message.
- content:
- 'This website is still under construction. It describes the latest, unreleased changes from our main
branch. Until it is ready, official documentation lives in our README',
- //backgroundColor: '#fafbfc', // Defaults to `#fff`.
- //textColor: '#091E42', // Defaults to `#000`.
- //isCloseable: false, // Defaults to `true`.
- },
+ // announcementBar: {
+ // id: 'website_wip', // Any value that will identify this message.
+ // content:
+ // 'This website is still under construction. It describes the latest, unreleased changes from our main
branch. Until it is ready, official documentation lives in our README',
+ // //backgroundColor: '#fafbfc', // Defaults to `#fff`.
+ // //textColor: '#091E42', // Defaults to `#000`.
+ // //isCloseable: false, // Defaults to `true`.
+ // },
colorMode: {
respectPrefersColorScheme: true
},