-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgatsby-config.js
More file actions
25 lines (25 loc) · 724 Bytes
/
gatsby-config.js
File metadata and controls
25 lines (25 loc) · 724 Bytes
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
module.exports = {
siteMetadata: {
siteUrl: 'https://morehumaninternet.org',
title: 'More Human Internet',
description: 'An international community of expert contributors working directly with valuable causes',
author: '@morehumaninter1',
},
plugins: [
'gatsby-plugin-sitemap',
'gatsby-plugin-sass',
'gatsby-plugin-postcss',
'gatsby-plugin-material-ui',
{
resolve: `gatsby-plugin-umami`,
options: {
websiteId: 'e8c8631c-8552-4888-8506-b05681b04dfa',
srcUrl: 'https://vercel-umami.vercel.app/umami.js',
includeInDevelopment: false,
autoTrack: true,
respectDoNotTrack: true,
},
},
'gatsby-plugin-react-helmet',
],
}