Next.js middleware + Axios

is it possible to set a middleware.ts in next.js to use axios interceptors for certain pages on my app?

The code in the snippet below explains better what I want to implement in my middleware.ts for some of my pages.
image.png
Was this page helpful?