@@ -3,9 +3,9 @@ const path = require('path');
33
44module . exports = {
55 siteMetadata : {
6- title : 'Gatsby Casper ' ,
7- description : 'A port of the casper blog built for gatsby ' ,
8- siteUrl : 'https://gatsby-casper.netlify.com ' , // full path to blog - no ending slash
6+ title : 'furystack.github.io ' ,
7+ description : 'Full-stack framework ' ,
8+ siteUrl : 'https://furystack.github.io ' , // full path to blog - no ending slash
99 } ,
1010 mapping : {
1111 'MarkdownRemark.frontmatter.author' : 'AuthorYaml' ,
@@ -54,7 +54,7 @@ module.exports = {
5454 {
5555 resolve : 'gatsby-plugin-canonical-urls' ,
5656 options : {
57- siteUrl : 'https://gatsby-casper.netlify.com ' ,
57+ siteUrl : 'https://furystack.github.io ' ,
5858 } ,
5959 } ,
6060 'gatsby-plugin-typescript' ,
@@ -127,7 +127,7 @@ module.exports = {
127127 {
128128 resolve : 'gatsby-plugin-google-analytics' ,
129129 options : {
130- trackingId : 'UA-XXXX-Y ' ,
130+ trackingId : 'UA-139203068-1 ' ,
131131 // Puts tracking script in the head instead of the body
132132 head : true ,
133133 // IP anonymization for GDPR compliance
0 commit comments