summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes/postprocess.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/hugo-pipes/postprocess.md')
-rwxr-xr-xdocs/content/en/hugo-pipes/postprocess.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/hugo-pipes/postprocess.md b/docs/content/en/hugo-pipes/postprocess.md
index b9e5c62c6..f90b9854b 100755
--- a/docs/content/en/hugo-pipes/postprocess.md
+++ b/docs/content/en/hugo-pipes/postprocess.md
@@ -36,7 +36,7 @@ There are several ways to set up CSS purging with PostCSS in Hugo. If you have a
The below configuration will write a `hugo_stats.json` file to the project root as part of the build. If you're only using this for the production build, you should consider placing it below [config/production](/getting-started/configuration/#configuration-directory).
-{{< code-toggle file="config" >}}
+{{< code-toggle file="hugo" >}}
[build]
writeStats = true
{{< /code-toggle >}}