Skip to content

Instantly share code, notes, and snippets.

@bramses
Created May 31, 2019 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bramses/1ace52e976fb6e0820bd4f8aa334b3f6 to your computer and use it in GitHub Desktop.
Save bramses/1ace52e976fb6e0820bd4f8aa334b3f6 to your computer and use it in GitHub Desktop.
Algolia Plugin -- Gatsby
{
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