1
0
Fork 0

fix(dev): Updated algolia settings

This commit is contained in:
Joost De Cock 2022-02-05 20:21:26 +01:00
parent 6b3d835107
commit 6b952c4123

View file

@ -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()