Created
May 31, 2019 17:05
-
-
Save bramses/1ace52e976fb6e0820bd4f8aa334b3f6 to your computer and use it in GitHub Desktop.
Algolia Plugin -- Gatsby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
resolve: `gatsby-plugin-algolia`, | |
options: { | |
appId: process.env.APP_ID, | |
apiKey: process.env.API_KEY, | |
indexName: 'star-wars-characters', // for all queries | |
queries, | |
chunkSize: 10000, // default: 1000 | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment