diff --git a/script/tailwind.config.js b/script/tailwind.config.js index b4af224440..fc8127ef6e 100644 --- a/script/tailwind.config.js +++ b/script/tailwind.config.js @@ -39,6 +39,6 @@ module.exports = { require('@tailwindcss/typography'), ], purge: [ - "../templates/**/*.hbs" + "../server/templates/**/*.hbs" ] } \ No newline at end of file