@uninspired/cookie-banner 0.0.14 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -176,11 +176,9 @@ Add this to the end of the document body:
|
|
|
176
176
|
id: "web-analytics",
|
|
177
177
|
variant: "inline",
|
|
178
178
|
type: "text/javascript",
|
|
179
|
-
content:
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
defaults: '2026-01-30'
|
|
183
|
-
})`,
|
|
179
|
+
content: `console.log('analytics');`,
|
|
180
|
+
defer: true,
|
|
181
|
+
async: true,
|
|
184
182
|
},
|
|
185
183
|
],
|
|
186
184
|
},
|
|
@@ -197,6 +195,8 @@ Add this to the end of the document body:
|
|
|
197
195
|
variant: "inline",
|
|
198
196
|
type: "text/javascript",
|
|
199
197
|
content: "console.log('marketing');",
|
|
198
|
+
defer: true,
|
|
199
|
+
async: true,
|
|
200
200
|
},
|
|
201
201
|
],
|
|
202
202
|
},
|