Browse Source

Correct purge paths

Apis Necros 2 years ago
parent
commit
0a0995d781
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tailwind.config.js

+ 2 - 2
tailwind.config.js

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