Эх сурвалжийг харах

Update Path for css purging

Apis Necros 2 жил өмнө
parent
commit
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',