Skip to content

Commit 496ea02

Browse files
committed
corrected urls
1 parent e4bf405 commit 496ea02

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

gatsby-config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ const path = require('path');
33

44
module.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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "gatsby-casper",
3-
"description": "Casper for gatsby",
2+
"name": "furystack.github.io",
3+
"description": "FuryStack Home Page",
44
"version": "0.0.0",
55
"private": true,
6-
"author": "Scott Cooper <scttcper@gmail.com>",
6+
"author": "Gallay Lajos <gallay.lajos@gmail.com>",
77
"license": "MIT",
88
"scripts": {
99
"build": "gatsby build",

0 commit comments

Comments
 (0)