Minimal reproduction that intercepting route modal does not work with basepath (vercel/next.js#52624)

Comment or uncomment baseDir in next.config.js and visit http://localhost:3000 or http://localhost:3000/sub-directory respectively. The prior will have the expected behavior of the links on the demonstration images will be intercepted and result shown in modal - whereas in the latter a typical navigation will happen without interception.