Refused to display in a frame because it set X-Frame-Options to deny

Refused to display '<https://deploy-preview-31--equip.netlify.app/>' in a frame because it set 'X-Frame-Options' to 'deny'.
I’m getting this in studio when trying to load the studio once i pointed it to netlify

Hey @efficient_pelican, I believe Netlify is setting header X-Frame-Options: deny .

In order for Plasmic app hosting to work, we must must be able to load your plasmic-host page inside a frame. There is more information about the X-Frame-Options header here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options

I believe you should be able to customize your Netlify headers to remove X-Frame-Options.

i see! thank you https://docs.netlify.com/routing/headers/