Fixed file CriticalCSS not exporting

This commit is contained in:
2025-11-23 02:28:47 +01:00
parent 5f9cea52af
commit 89aba92b9b
12 changed files with 13 additions and 11 deletions

View File

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