In my current project I have next.js project on the upstream and want to run only one next.js page on XDN and passthrough all other pages.
And for both of next.js projects we have same path for resources — .next/static
It means when we send all traffic for .next/static
to XDN then pages from the upstream doesn’t work
Otherwise when we send all traffic for .next/static
to the upstream, pages from XDN doesn’t work.
Does next.js on XDN support distDir
?