sanity cors add <origin>
Allow a new origin to use your project API through CORS
Arguments
Name | Description |
---|---|
origin | The origin to allow |
Options
Name | Description |
---|---|
--credentials | Allow credentials (token/cookie) to be sent from this origin |
--no-credentials | Disallow credentials (token/cookie) to be sent from this origin |