Skip to content

Commit

Permalink
Update static web app config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramo-Y committed Oct 11, 2023
1 parent d330ac3 commit dbc3fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"forwardingGateway": {
"requiredHeaders": {
"X-Azure-FDID": "${{ secrets.AZURE_FRONTDOOR_ID }}"
"X-Azure-FDID": "4f92c597-5a53-4c0e-9031-a81baf034c20"
},
"allowedForwardedHosts": [
"${{ secrets.BLOG_DOMAIN }}"
"sitecore.merkle.com"
]
}
}

0 comments on commit dbc3fb8

Please sign in to comment.