Update docusaurus.config.js

Add a cookie consent control required by GDPR.
This commit is contained in:
paulseto 2024-05-13 13:00:44 -04:00 committed by GitHub
parent 810e9b539c
commit 75cba0c910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,11 @@ const config = {
locales: ['en'], locales: ['en'],
}, },
// Cookie consent control required for GDPR
scripts: [
'https://cdn.baycloud.com/cl.js?cid=9be233bfe3004dc49e742fd0fa98642c&hN=docs.bigbluebutton.org'
],
presets: [ presets: [
[ [
'classic', 'classic',