fix: carousel CSS build path (#1545)

This commit is contained in:
ZhenShuo Leo
2025-10-11 03:07:10 +08:00
parent c9c8a36c16
commit 4550723e94
+2 -1
View File
@@ -2,9 +2,10 @@ module.exports = {
content: [ content: [
"./layouts/**/*.html", "./layouts/**/*.html",
"./content/**/*.{html,md}", "./content/**/*.{html,md}",
"./node_modules/tw-elements/js/**/*.js",
"./themes/blowfish/layouts/**/*.html", "./themes/blowfish/layouts/**/*.html",
"./themes/blowfish/content/**/*.{html,md}", "./themes/blowfish/content/**/*.{html,md}",
"./node_modules/tw-elements/js/**/*.js", "./themes/blowfish/node_modules/tw-elements/js/**/*.js",
], ],
darkMode: "class", darkMode: "class",
theme: { theme: {