I wonder how to make this possible with Next JS or React to have route e.g. some-domain-next.vercel.app/admin and in this route it will have access to Strapi admin panel in my case, but it could be any h-CMS dashboard.
I know that I could simply open it in new browser with h-CMS root url, but I wanted to have still the same route from next app with /admin.
I can see this is available e.g. in Wordpress CMS and wanted to make it also in react/next app.
Thanks :)
Lukasz