Skip to content

Commit d46a450

Browse files
authored
Add cookie notice (#98)
1 parent 634e7d7 commit d46a450

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docusaurus.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ const config: Config = {
236236
},
237237
],
238238
],
239+
240+
scripts: [
241+
{
242+
src: "//cdn.cookie-script.com/s/8f3788a0e07dc4d8223ff0a0d2f65923.js",
243+
async: true,
244+
},
245+
],
239246
};
240247

241248
export default config;

0 commit comments

Comments
 (0)