How can one ensure Plasmic uses the Next.js Link component?

How can one ensure Plasmic uses the Next.js <Link> component via Plasmic Studio? I’ve currently been linking things in Studio by changing their containers to use an <a>, but I’d really like them to use <Link> for speed.

Hey @allied_guanaco! Plasmic should use Next.js Link component by default when generating code for Next.js.

Awesome thanks @tiago!