From 9593e3991bf89deb973e86e8a20469c03c68e4cf Mon Sep 17 00:00:00 2001 From: Mark Ayers Date: Sat, 27 Mar 2021 08:05:51 -0400 Subject: [PATCH] Fix file name --- content/en/hugo-pipes/postprocess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-pipes/postprocess.md b/content/en/hugo-pipes/postprocess.md index 1f935b3d8..742f47cd3 100755 --- a/content/en/hugo-pipes/postprocess.md +++ b/content/en/hugo-pipes/postprocess.md @@ -42,7 +42,7 @@ The below configuration will write a `hugo_stats.json` file to the project root writeStats = true ``` -`purgecss.config.js` +`postcss.config.js` ```js const purgecss = require('@fullhuman/postcss-purgecss')({