fix(dev): Updated algolia settings
This commit is contained in:
parent
6b3d835107
commit
6b952c4123
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ const indexMarkdownContent = async () => {
|
|||
|
||||
const run = async () => {
|
||||
if (
|
||||
(process.env.NETLIFY && process.env.CONTEXT === 'production')
|
||||
(process.env.NETLIFY && process.env.CONTEXT === 'production' && false) // disabled for now
|
||||
|| process.env.FORCE_ALGOLIA
|
||||
) {
|
||||
await indexMarkdownContent()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue