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