Multiple entry points for same Custom UI resource

I have a Nextjs project that exports to /static. My manifest yml points jira:globalPage to a resource pointing to /static, but I also want a jira:issuePanel to point to the same /static export but a different page (/static/issuePanel.html).

Is this possible? I refuse to believe that the only solution to this is create a new Next.js app with its own export for every module.