diff --git a/overrides/js/cookieconsent-init.js b/overrides/js/cookieconsent-init.js index ef826ec..b0bbba7 100644 --- a/overrides/js/cookieconsent-init.js +++ b/overrides/js/cookieconsent-init.js @@ -5,7 +5,7 @@ var cc = initCookieConsent(); cc.run({ current_lang: 'en', autoclear_cookies: true, // default: false - theme_css: 'css/cookieconsent.css', // 🚨 replace with a valid path + theme_css: '../../css/cookieconsent.css', // 🚨 replace with a valid path page_scripts: true, // default: false // mode: 'opt-in' // default: 'opt-in'; value: 'opt-in' or 'opt-out'