Fix CSS purge path

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-07-12 14:50:51 -06:00
parent 9a6c4a1718
commit 86ca442fbe

View File

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