// List of projects/orgs using your project for the users page. export const siteConfig = { editUrl: 'https://github.com/tannerlinsley/react-query/edit/master/docs/src/pages', copyright: `Copyright © ${new Date().getFullYear()} Tanner Linsley. All Rights Reserved.`, repoUrl: 'https://github.com/tannerlinsley/react-query', algolia: { appId: 'BH4D9OD16A', apiKey: 'c97369bb0f67e99c8acf34bfd732cca7', indexName: 'tanstack_react-query', // algoliaOptions: { // facetFilters: ['version:VERSION'], // }, }, }