Skip to content

Commit

Permalink
Algoliaのオプションを元に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
yuw27b committed Dec 15, 2022
1 parent 42881ad commit b1ab896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-plugin-algolia-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ export const algoliaConfig = {
indexName: process.env.GATSBY_ALGOLIA_INDEX_NAME,
queries: [...mdxQueries, ...airtableQueries],
dryRun: process.env.BRANCH !== 'main',
continueOnFailure: true,
continueOnFailure: false,
}

0 comments on commit b1ab896

Please sign in to comment.