From 871e491aef3a1b3234c3516fa5305824c11022b3 Mon Sep 17 00:00:00 2001 From: Mohamed Elkholy Date: Thu, 6 May 2021 22:37:48 +0200 Subject: [PATCH] docs(readme): update README.md [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7b6a2f..fc807e8 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ events emitted by [file transformers](#file-transformers). The plugin comes with these tasks out of the box: - [Purgecss](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/purgecss) Optimizes HTML/CSS files by removing unused CSS selectors. -- [Netlify Headers](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/netlify-headers) - Transforms HTML link tags with resource hints into HTTP Link headers using Netlify's `_headers` file. +- [HTTP Headers](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/http-headers) + Transforms HTML link tags with resource hints into HTTP Link headers using config file formats from different providers. - [Minify](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/minify) Minifies HTML inline scripts and styles using [terser](https://github.com/terser/terser) and [cssnano](https://github.com/cssnano/cssnano).