Skip to content

Commit

Permalink
MWPW-156606 - protect .page and .live sites
Browse files Browse the repository at this point in the history
- lint errors
  • Loading branch information
richardhand committed Aug 14, 2024
1 parent 8b1e685 commit 0e566bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configs/dme.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0e566bc

Please sign in to comment.