Skip to content

Commit 23571b7

Browse files
committed
Update for auto blocking
1 parent 1edd406 commit 23571b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/.vuepress/config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export default defineUserConfig({
9090
type: 'text/javascript',
9191
'data-cbid': 'ee971b30-e872-46e8-b421-706ef26d9dcc',
9292
'data-blockingmode': 'auto',
93-
async: true,
9493
}],
9594

9695
// Cookiebot declaration
@@ -104,7 +103,7 @@ export default defineUserConfig({
104103
// Business Institution 247 “consent‑only” loader
105104
['script', {
106105
src: 'https://secure.businessintuition247.com/js/sc/264384.js',
107-
type: 'text/javascript',
106+
type: 'text/plain',
108107
async: true,
109108
'data-cookiecategory': 'marketing',
110109
}],
@@ -121,7 +120,7 @@ export default defineUserConfig({
121120
// Reo
122121
['script', {
123122
src: "/js/reo.js",
124-
type: 'text/javascript',
123+
type: 'text/plain',
125124
async: true,
126125
'data-cookiecategory': 'marketing',
127126
}],

0 commit comments

Comments
 (0)