mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed file CriticalCSS not exporting
This commit is contained in:
@@ -92,8 +92,9 @@ async function generateCriticalCSSForViews() {
|
||||
cookie: cookies.map(c => `${c.name}=${c.value}`).join('; ')
|
||||
},
|
||||
forceInclude: [
|
||||
'[data-bs-theme="dark"]',
|
||||
'[data-bs-theme=dark]',
|
||||
'.navbar',
|
||||
'.nav-link',
|
||||
'.dropdown-menu',
|
||||
'.me-2',
|
||||
'.align-items-center',
|
||||
|
||||
Reference in New Issue
Block a user