forked from feathericons/feathericons.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgatsby-config.js
29 lines (29 loc) · 840 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
module.exports = {
siteMetadata: {
title: 'Feather – Simply beautiful open source icons',
description:
'Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.',
},
plugins: [
'gatsby-plugin-react-helmet',
'gatsby-plugin-theme-ui',
// {
// resolve: 'gatsby-plugin-manifest',
// options: {
// name: 'Feather',
// short_name: 'Feather',
// description: 'Simply beautiful open source icons',
// start_url: '/',
// theme_color: `#06f`,
// background_color: `#fff`,
// },
// },
{
resolve: 'gatsby-plugin-google-analytics',
options: {
trackingId: 'UA-63028889-4',
anonymize: true,
},
},
],
}