I want to remove 'link' header from response header
Unanswered
Blood cockle posted this in #help-forum
Blood cockleOP
Hi dont want the 'link' header in my response headers in Next.js is there someway to remove them i tried res.headers.delete('link') in middleware and tried removing them through next.config.ts