Hello,
We have enabled Basic-Auth
for one of our deployment context.
But we need to disable the authentication for one of our static assets. Here is a snippet from netlify.toml
for our static asset.
[[headers]]
for = "/.well-known/assetlinks.json"
[headers.values]
Content-Type = "application/json"
Is there a way to achieve this by providing a header in the configuration?
Any help would be appreciated.
Thank you
Joel