diff --git a/website/siteConfig.js b/website/siteConfig.js index 54823adaf..1503b9358 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -14,6 +14,12 @@ const siteConfig = { url: 'https://fbidb.io', baseUrl: '/', projectName: 'idb', + themeConfig: { + algolia: { + apiKey: '0908032af0955efe731222e1de3bad86', + indexName: 'idb', + }, + }, organizationName: 'facebook', headerLinks: [ { doc: 'overview', label: 'Getting Started' }, @@ -21,11 +27,6 @@ const siteConfig = { { href: 'https://github.com/facebook/idb', label: 'GitHub' }, ], - algolia: { - apiKey: '0908032af0955efe731222e1de3bad86', - indexName: 'idb', - }, - favicon: 'img/idb_Logo_Color.png', colors: { primaryColor: '#181452',