소스 검색

Update Path for css purging

Apis Necros 2 년 전
부모
커밋
fb50a5b722
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tailwind.config.js

+ 2 - 2
tailwind.config.js

@@ -1,8 +1,8 @@
 module.exports = {
   purge: {
       content: [
-      './*.{html,php}',
-      './**/*.{html,php}',
+      '../public/*.html',
+      '../public/**/*.html',
     ],
     safelist: [
       '.modal-overlay',