There was an error while loading. Please reload this page.
1 parent 65a49f0 commit b1efc15Copy full SHA for b1efc15
gatsby-config.js
@@ -32,8 +32,8 @@ module.exports = {
32
{
33
resolve: `gatsby-plugin-manifest`,
34
options: {
35
- name: `Rocketseat Gatsby Themes`,
36
- short_name: `RS Gatsby Themes`,
+ name: `JavaScript Trivia - trivia questions and public API`,
+ short_name: `JavaScript Trivia`,
37
start_url: `/`,
38
background_color: `#ffffff`,
39
theme_color: `#1103FF`,
@@ -45,7 +45,7 @@ module.exports = {
45
46
resolve: `gatsby-plugin-google-analytics`,
47
48
- // trackingId: ``,
+ trackingId: `UA-164663303-2`,
49
},
50
51
0 commit comments