import Link from 'next/link' const invalidLink = 'https://' export default function Page() { return ( invalid link :o ) }