Prevent indexing on docs outside of production (#1054)
* Prevent indexing on docs outside of production * Add dockerfile arg * Rename args * Add logs * Move arg to the right dockerfile * Remove log
This commit is contained in:
@ -11,6 +11,9 @@ const config = {
|
||||
tagline: 'Dinosaurs are cool',
|
||||
favicon: 'img/logo-square-dark.ico',
|
||||
|
||||
// Prevent search engines from indexing the doc for selected environments
|
||||
noIndex: process.env.SHOULD_INDEX_DOC === 'false',
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://docs.twenty.com',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
|
||||
Reference in New Issue
Block a user