I am working on a Next.js application, and I would like to add a custom HTTP response header to all pages (I don't need it to be configurable per page).
Now I was wondering how to do that, without having to set up a custom server. Is this even possible? If so, how?