Fix path to cookieconsent css

This commit is contained in:
Blerim Sheqa 2022-02-23 15:16:00 +01:00
parent e9e9c03361
commit f1b8e0fd16

View File

@ -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'