From 0a05812f5b886bd1b293d70c96cf064d91379d3c Mon Sep 17 00:00:00 2001 From: study2895 <144806675+study2895@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:55:53 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20Tailwind=20CSS=20purge=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index c2d3c9f..c5068bb 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -17,5 +17,6 @@ module.exports = { } } }, - plugins: [] + plugins: [], + purge: ['./src/**/*.html', './src/**/*.vue', './public/**/*.html'] }