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:
parent
94c97aaea8
commit
5f56c2a27e
@ -456,7 +456,7 @@ class="header-github-link"
|
|||||||
sidebarPath: './sidebars.ts',
|
sidebarPath: './sidebars.ts',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: './src/css/custom.css',
|
customCss: require.resolve('./src/css/custom.css'),
|
||||||
},
|
},
|
||||||
// Analytics/GTM moved to lazy loading in Root.tsx
|
// Analytics/GTM moved to lazy loading in Root.tsx
|
||||||
sitemap: {
|
sitemap: {
|
||||||
|
Loading…
Reference in New Issue
Block a user