Parcourir la source

Update Path for css purging

Apis Necros il y a 2 ans
Parent
commit
fb50a5b722
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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',