block-indexing
This commit is contained in:
parent
4473447843
commit
c5b4b81640
1 changed files with 3 additions and 0 deletions
|
|
@ -25,6 +25,9 @@ const config = {
|
||||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||||
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/',
|
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/',
|
||||||
|
|
||||||
|
// Control search engine indexing - set to true to prevent indexing
|
||||||
|
noIndex: true,
|
||||||
|
|
||||||
// GitHub pages deployment config.
|
// GitHub pages deployment config.
|
||||||
// If you aren't using GitHub pages, you don't need these.
|
// If you aren't using GitHub pages, you don't need these.
|
||||||
organizationName: 'langflow-ai', // Usually your GitHub org/user name.
|
organizationName: 'langflow-ai', // Usually your GitHub org/user name.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue