-
-
Notifications
You must be signed in to change notification settings - Fork 385
/
Copy pathgatsby-config.js
30 lines (30 loc) · 971 Bytes
/
gatsby-config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module.exports = {
plugins: [
{
resolve: 'smooth-doc',
options: {
name: 'Loadable Components',
slug: 'loadable-components',
author: 'Greg Bergé',
description: 'The recommended Code Splitting library for React.',
siteUrl: 'https://loadable-components.com',
github: 'https://github.com/gregberge/loadable-components',
menu: ['Introduction', 'Guides', 'API'],
nav: [{ title: 'Docs', url: '/docs/getting-started/' }],
carbonAdUrl:
'//cdn.carbonads.com/carbon.js?serve=CE7I5K3U&placement=loadable-componentscom',
googleAnalytics: 'UA-154156493-1',
algoliaDocSearch: {
apiKey: 'e6a731577a7b94aefdbb1fb7dcc71e68',
indexName: 'smooth-code-loadable-components',
},
},
},
{
resolve: '@bundle-analyzer/gatsby-plugin',
options: {
token: '385aa427a43b4e840d763a07f672131a57decf45',
},
},
],
}