From 4550723e949d6afe60dcfc41ce845bf7ad2ea2a2 Mon Sep 17 00:00:00 2001 From: ZhenShuo Leo <98386542+ZhenShuo2021@users.noreply.github.com> Date: Sat, 11 Oct 2025 03:07:10 +0800 Subject: [PATCH] fix: carousel CSS build path (#1545) --- tailwind.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index b4ea8e42..7272b13e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {