is there any way to opt out of using next/link
and instead use regular DOM anchor links with PlasmicLinks?
our routing strategy doesn’t play well with next/link
’s prefetch so we’re thinking about moving away from it
one of our options is creating our own Link code component and use that instead of PlasmicLink, but not sure if there’s a better option