From 232d53b010d54a69af1743a9419ea2b2ea060eaf Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 10 Dec 2022 14:34:33 +0100 Subject: [PATCH] Fix production build --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index d6013de5..312c7dc1 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -3,7 +3,7 @@ module.exports = { "@fullhuman/postcss-purgecss": { content: [ "./assets/js/*.js", - "./content/*.md", + "./content/**/*.md", "./layouts/**/*.html", ], safelist: [""],