From 7ad66213804d15a603f0ea84341644ee9d6b955e Mon Sep 17 00:00:00 2001 From: Mohamed E Date: Fri, 7 May 2021 00:32:39 +0200 Subject: [PATCH] docs(task:http-headers): update README.md [skip ci] --- src/tasks/http-headers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tasks/http-headers/README.md b/src/tasks/http-headers/README.md index 229b88a..ec5c86c 100644 --- a/src/tasks/http-headers/README.md +++ b/src/tasks/http-headers/README.md @@ -13,7 +13,7 @@ plugins: [ { resolve: `gatsby-plugin-postbuild`, options: { - 'netlify-headers': { + 'http-headers': { enabled: true, // Enable the task provider: 'netlify', // Headers config file provider [netlify, vercel, firebase] headers: { @@ -48,4 +48,4 @@ plugins: [ } } ] -``` \ No newline at end of file +```