Skip to content

Commit c105d32

Browse files
committed
fix(deployment): 🔍 Disable indexing (for now)
1 parent 328a403 commit c105d32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module.exports = {
88
'A NodeJS and React-based ecosystem to inspect the state of your servers.',
99
url: 'https://www.server-state.tech/',
1010
baseUrl: '/',
11+
noIndex: true, // TODO: Allow indexing once ready
1112
onBrokenLinks: 'throw',
1213
onBrokenMarkdownLinks: 'warn',
1314
favicon: 'img/favicon.ico',

0 commit comments

Comments
 (0)