Next.js Discord

Discord Forum

I want to remove 'link' header from response header

Unanswered
Blood cockle posted this in #help-forum
Open in Discord
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

0 Replies