allow-indexing-to-generate-sitemap
This commit is contained in:
parent
a6692aa3e1
commit
346ad126de
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ const config = {
|
|||
baseUrl: process.env.BASE_URL ? process.env.BASE_URL : '/',
|
||||
|
||||
// Control search engine indexing - set to true to prevent indexing
|
||||
noIndex: true,
|
||||
noIndex: false,
|
||||
|
||||
// GitHub pages deployment config.
|
||||
// If you aren't using GitHub pages, you don't need these.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue