Skip to content

Commit b1efc15

Browse files
committed
update config with google analytics and PWA name
1 parent 65a49f0 commit b1efc15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gatsby-config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ module.exports = {
3232
{
3333
resolve: `gatsby-plugin-manifest`,
3434
options: {
35-
name: `Rocketseat Gatsby Themes`,
36-
short_name: `RS Gatsby Themes`,
35+
name: `JavaScript Trivia - trivia questions and public API`,
36+
short_name: `JavaScript Trivia`,
3737
start_url: `/`,
3838
background_color: `#ffffff`,
3939
theme_color: `#1103FF`,
@@ -45,7 +45,7 @@ module.exports = {
4545
{
4646
resolve: `gatsby-plugin-google-analytics`,
4747
options: {
48-
// trackingId: ``,
48+
trackingId: `UA-164663303-2`,
4949
},
5050
},
5151
{

0 commit comments

Comments
 (0)