diff --git a/tailwind.config.js b/tailwind.config.js index e7ad361d..67b56b64 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,9 +7,10 @@ */ module.exports = { - purge: [ - '{,!(node_modules|_site)/**/}*.{html,md}', - ], + purge: { + enabled: true, + content: ['./**/*.html'], + }, darkMode: 'media', theme: { extend: {