1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: preload css

This commit is contained in:
FredrikOseberg 2025-08-14 15:31:31 +02:00
parent 94c97aaea8
commit 5f56c2a27e
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -456,7 +456,7 @@ class="header-github-link"
sidebarPath: './sidebars.ts',
},
theme: {
customCss: './src/css/custom.css',
customCss: require.resolve('./src/css/custom.css'),
},
// Analytics/GTM moved to lazy loading in Root.tsx
sitemap: {