diff --git a/docs/staticwebapp.config.json b/docs/staticwebapp.config.json new file mode 100644 index 0000000..c99f512 --- /dev/null +++ b/docs/staticwebapp.config.json @@ -0,0 +1,10 @@ +{ + "forwardingGateway": { + "requiredHeaders": { + "X-Azure-FDID": "${{ secrets.AZURE_FRONTDOOR_ID }}" + }, + "allowedForwardedHosts": [ + "${{ secrets.BLOG_DOMAIN }}" + ] + } +} \ No newline at end of file