Fix path to templates that's used when minifying tailwind CSS
This commit is contained in:
parent
f33d30cb9d
commit
c2b44537aa
1 changed files with 9 additions and 9 deletions
|
@ -40,7 +40,7 @@ module.exports = {
|
|||
},
|
||||
darkMode: false,
|
||||
purge: [
|
||||
"../server/templates/**/*.hbs",
|
||||
"../server/templates/*.hbs"
|
||||
"../crates/server/templates/**/*.hbs",
|
||||
"../crates/server/templates/*.hbs"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue