Fix CSS purge path

Nathan Sobo and Max Brunsfeld created

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>

Change summary

script/tailwind.config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

script/tailwind.config.js 🔗

@@ -39,6 +39,6 @@ module.exports = {
         require('@tailwindcss/typography'),
     ],
     purge: [
-        "../templates/**/*.hbs"
+        "../server/templates/**/*.hbs"
     ]
 }