fix: add relative config path to purge paths

This commit is contained in:
Oliver Davies 2021-11-28 21:05:31 +00:00
parent bfb83010bc
commit aea9a68799

View file

@ -8,6 +8,7 @@ module.exports = {
important: true,
purge: {
content: [
'../../../../config/**/*.yml',
'config/**/*.yml',
'templates/**/*.html.twig',
'tools/tailwindcss/safelist-classes.txt'