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 = {
4848 },*/
4949
5050 head : [
51- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
51+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
5252 src : 'https://config.metomic.io/config.js?id=prj:c5c07948-cf96-4555-99ec-3a9bf5ae16ce' ,
5353 crossorigin : 'anonymous' ,
5454 charset : 'utf-8'
55- } ] : [ ] ) ,
56- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
55+ } ] : [ 'script' , { } ] ,
56+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
5757 src : 'https://consent-manager.metomic.io/embed.js' ,
5858 crossorigin : 'anonymous' ,
5959 charset : 'utf-8'
60- } ] : [ ] ) ,
61- ... ( process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
60+ } ] : [ 'script' , { } ] ,
61+ process . env . EXPORT_PDF !== 'True' ? [ 'script' , {
6262 async : true ,
6363 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' , { } , `
6666 window.dataLayer = window.dataLayer || [];
6767 function gtag(){dataLayer.push(arguments);}
6868 gtag('js', new Date());
6969
7070 gtag('config', 'UA-131730139-2');
71- ` ] : [ ] ) ,
71+ ` ] : [ 'script' , { } ] ,
7272 [ 'link' , {
7373 rel : 'icon' ,
7474 href : `/logos/icon-512x512.png`
You can’t perform that action at this time.
0 commit comments