fix: add relative config path to purge paths
This commit is contained in:
parent
bfb83010bc
commit
aea9a68799
|
@ -8,6 +8,7 @@ module.exports = {
|
|||
important: true,
|
||||
purge: {
|
||||
content: [
|
||||
'../../../../config/**/*.yml',
|
||||
'config/**/*.yml',
|
||||
'templates/**/*.html.twig',
|
||||
'tools/tailwindcss/safelist-classes.txt'
|
||||
|
|
Loading…
Reference in a new issue