From 0e566bcb542385176247c704bd2dc67e1ed98e3b Mon Sep 17 00:00:00 2001 From: Richard Hand Date: Wed, 14 Aug 2024 17:31:10 +0200 Subject: [PATCH] MWPW-156606 - protect .page and .live sites - lint errors --- configs/dme.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/dme.config.js b/configs/dme.config.js index 2bb72cb6..090f7396 100644 --- a/configs/dme.config.js +++ b/configs/dme.config.js @@ -41,8 +41,7 @@ const config = { // baseURL: process.env.PR_BRANCH_LIVE_URL_GH // && !process.env.PR_BRANCH_LIVE_URL_GH.includes('stage--dme-partners') // ? process.env.PR_BRANCH_LIVE_URL_GH : envs['@dme_stage'], - extraHTTPHeaders: {authorization: `token ${process.env.HLX_API_KEY}`, - }, + extraHTTPHeaders: { authorization: `token ${process.env.HLX_API_KEY}` }, }, /* Configure projects for major browsers */