Skip to content

Commit

Permalink
add tracking and seo component
Browse files Browse the repository at this point in the history
  • Loading branch information
Utku Ege Tuluk committed Jul 24, 2019
1 parent dcd1d02 commit d2f6ff5
Show file tree
Hide file tree
Showing 5 changed files with 172 additions and 74 deletions.
9 changes: 8 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
short_name: `Portfolio`,
description: `This is the page for my portfolio.`,
lang: `en`,
start_url: `/`,
start_url: `/en/`,
background_color: `#F8C053`,
theme_color: `#F8C053`,
// Enables "Add to Homescreen" prompt and disables browser UI (including back button)
Expand All @@ -60,5 +60,12 @@ module.exports = {
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{
resolve: `gatsby-plugin-google-analytics`,
options: {
// replace "UA-XXXXXXXXX-X" with your own Tracking ID
trackingId: "UA-144501573-1",
},
},
]
}
Loading

0 comments on commit d2f6ff5

Please sign in to comment.