I have created a page in Next.js that fetches news using an API (SSR) and displays the news list at the /news route. This Next.js application is hosted at https://www.clubbayer.com. I would like to integrate this page (/news) into an Angular shell application, mapping it to the route /clubbayernews. The Angular app is hosted on a different domain and platform. How can I achieve this using Next.js multi-zones with rewrites?