aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/news/http2-server-push-in-hugo.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/news/http2-server-push-in-hugo.md')
-rw-r--r--docs/content/en/news/http2-server-push-in-hugo.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/en/news/http2-server-push-in-hugo.md b/docs/content/en/news/http2-server-push-in-hugo.md
index 72d0acd53..28b1f47d6 100644
--- a/docs/content/en/news/http2-server-push-in-hugo.md
+++ b/docs/content/en/news/http2-server-push-in-hugo.md
@@ -23,7 +23,8 @@ If you navigate to https://gohugo.io and look in the Chrome developer network co
## 1. Configure Netlify Output Formats
Add a new custom media type and two new output formats to `config.toml`. For more on output formats in Hugo, see [Custom Output Formats](/templates/output-formats/).
-```bash
+
+```toml
[outputs]
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]