From 2dd1a06aeed4c5142aef4454c1c02201a55f61bf Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Tue, 21 Jan 2025 00:49:11 +0800 Subject: [PATCH] chore: enable extractCSS Signed-off-by: Chawye Hsu --- saber-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/saber-config.js b/saber-config.js index 3788f52b0..883dcf768 100644 --- a/saber-config.js +++ b/saber-config.js @@ -1,6 +1,7 @@ module.exports = { build: { - lazy: true + lazy: true, + extractCSS: true, }, theme: "./theme", siteConfig: {