Skip to content
Snippets Groups Projects
Commit fecf900a authored by Charlie Root's avatar Charlie Root
Browse files

deaktivovany google analytics a fb pixel skripty

parent 0fcd728c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ const appConfig = {
productionUrl: process.env.BASE_URL || 'https://www.piratipracuji.cz',
//productionUrl: 'https://www.piratipracuji.cz',
//productionUrl: 'https://piratiliberec.mfnet.cz',
googleAnalyticsId: 'UA-72526071-32',
//googleAnalyticsId: 'UA-72526071-32',
sentryDns: 'https://69eede94c351441295a3282449be6335@sentry.io/1365349',
googleConsoleVerification: 'gJcie5kGIjJn_o5J6OHmQu9ZnrSFfssyjqGncMM4SOs',
};
......@@ -84,8 +84,8 @@ module.exports = {
'nuxt-rfg-icon',
'@nuxtjs/pwa',
'@nuxtjs/sentry',
'@nuxtjs/google-analytics',
'nuxt-facebook-pixel-module',
//'@nuxtjs/google-analytics',
//'nuxt-facebook-pixel-module',
],
styleResources: {
......@@ -122,15 +122,15 @@ module.exports = {
dsn: appConfig.sentryDns,
},
'google-analytics': {
id: appConfig.googleAnalyticsId,
},
//'google-analytics': {
// id: appConfig.googleAnalyticsId,
//},
facebook: {
track: 'PageView',
pixelId: '2240341229621792',
disabled: false,
},
//facebook: {
// track: 'PageView',
// pixelId: '2240341229621792',
// disabled: false,
//},
router: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment