瀏覽代碼

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',