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

View File

@@ -2,9 +2,10 @@ module.exports = {
content: [
"./layouts/**/*.html",
"./content/**/*.{html,md}",
"./node_modules/tw-elements/js/**/*.js",
"./themes/blowfish/layouts/**/*.html",
"./themes/blowfish/content/**/*.{html,md}",
"./node_modules/tw-elements/js/**/*.js",
"./themes/blowfish/node_modules/tw-elements/js/**/*.js",
],
darkMode: "class",
theme: {