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,
|
important: true,
|
||||||
purge: {
|
purge: {
|
||||||
content: [
|
content: [
|
||||||
|
'../../../../config/**/*.yml',
|
||||||
'config/**/*.yml',
|
'config/**/*.yml',
|
||||||
'templates/**/*.html.twig',
|
'templates/**/*.html.twig',
|
||||||
'tools/tailwindcss/safelist-classes.txt'
|
'tools/tailwindcss/safelist-classes.txt'
|
||||||
|
|
Loading…
Reference in a new issue