File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,27 +48,27 @@ module.exports = {
48
48
},*/
49
49
50
50
head : [
51
- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
51
+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
52
52
src : 'https://config.metomic.io/config.js?id=prj:c5c07948-cf96-4555-99ec-3a9bf5ae16ce' ,
53
53
crossorigin : 'anonymous' ,
54
54
charset : 'utf-8'
55
- } ] : [ ] ) ,
56
- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
55
+ } ] : [ 'script' , { } ] ,
56
+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
57
57
src : 'https://consent-manager.metomic.io/embed.js' ,
58
58
crossorigin : 'anonymous' ,
59
59
charset : 'utf-8'
60
- } ] : [ ] ) ,
61
- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
60
+ } ] : [ 'script' , { } ] ,
61
+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
62
62
async : true ,
63
63
src : 'https://www.googletagmanager.com/gtag/js?id=UA-131730139-2'
64
- } ] : [ ] ) ,
65
- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , { } , `
64
+ } ] : [ 'script' , { } ] ,
65
+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , { } , `
66
66
window.dataLayer = window.dataLayer || [];
67
67
function gtag(){dataLayer.push(arguments);}
68
68
gtag('js', new Date());
69
69
70
70
gtag('config', 'UA-131730139-2');
71
- ` ] : [ ] ) ,
71
+ ` ] : [ 'script' , { } ] ,
72
72
[ 'link' , {
73
73
rel : 'icon' ,
74
74
href : `/logos/icon-512x512.png`
You can’t perform that action at this time.
0 commit comments