66
77module . exports = {
88 siteMetadata : {
9- title : 'Daniyil Vasylenko Portfolio Website' ,
10- description : 'Daniyil Vasylenko\'s personal portfolio website' ,
11- image : 'https://user-images.githubusercontent.com/4171202/59647385-aebee480-9183-11e9-88fe-4b27c41436b4.png'
9+ title : 'Danv' ,
10+ description : "Danv's personal website" ,
1211 } ,
1312 plugins : [
1413 'gatsby-plugin-react-helmet' ,
1514 {
1615 resolve : 'gatsby-plugin-manifest' ,
1716 options : {
18- name : 'test ' ,
19- short_name : 'test ' ,
17+ name : 'Danv ' ,
18+ short_name : 'Danv ' ,
2019 start_url : '/' ,
2120 background_color : '#fff' ,
2221 theme_color : '#fff' ,
2322 display : 'standalone' ,
24- icon : 'static/icon.png'
25- }
23+ icon : 'static/icon.png' ,
24+ } ,
25+ } ,
26+ {
27+ resolve : 'gatsby-plugin-react-svg' ,
28+ options : {
29+ rule : {
30+ include : / a s s e t s / ,
31+ } ,
32+ } ,
2633 } ,
2734 {
2835 resolve : 'gatsby-source-filesystem' ,
2936 options : {
3037 name : 'pages' ,
31- path : `${ __dirname } /src/pages/`
32- }
38+ path : `${ __dirname } /src/pages/` ,
39+ } ,
3340 } ,
3441 {
3542 resolve : 'gatsby-source-filesystem' ,
3643 options : {
3744 name : 'content' ,
38- path : `${ __dirname } /src/content/`
39- }
45+ path : `${ __dirname } /src/content/` ,
46+ } ,
4047 } ,
4148 {
4249 resolve : 'gatsby-transformer-remark' ,
@@ -45,33 +52,34 @@ module.exports = {
4552 {
4653 resolve : 'gatsby-remark-images' ,
4754 options : {
48- maxWidth : 1000 ,
49- linkImagesToOriginal : false
50- }
55+ maxWidth : 1024 ,
56+ linkImagesToOriginal : false ,
57+ } ,
5158 } ,
52- 'gatsby-remark-copy-linked-files'
59+ 'gatsby-remark-copy-linked-files' ,
5360 ] ,
54- }
61+ } ,
5562 } ,
5663 {
5764 resolve : 'gatsby-plugin-nprogress' ,
5865 options : {
5966 showSpinner : false ,
60- color : '#A9E5BB'
61- }
67+ color : '#A9E5BB' ,
68+ } ,
6269 } ,
6370 {
64- resolve : 'gatsby-plugin-google-analytics ' ,
71+ resolve : 'gatsby-plugin-gdpr-cookies ' ,
6572 options : {
66- trackingId : 'UA-141684888-1' ,
67- }
73+ googleAnalytics : {
74+ trackingId : process . env . GA_ID ,
75+ } ,
76+ } ,
6877 } ,
69- 'gatsby-plugin-netlify-cache' ,
7078 'gatsby-transformer-sharp' ,
7179 'gatsby-plugin-sharp' ,
7280 'gatsby-plugin-catch-links' ,
7381 'gatsby-plugin-offline' ,
7482 'gatsby-plugin-styled-components' ,
75- 'gatsby-plugin-netlify'
76- ]
77- }
83+ 'gatsby-plugin-gatsby-cloud' ,
84+ ] ,
85+ } ;
0 commit comments