Closed theskinnycoder closed 1 year ago
As of now, nulwhref gives the following :
nulwhref
<Link href="path"><a>Value</a></Link>
But the latest Next.js versions doesn't need a nested anchor element anymore.
Also, Next.js 13 introduced new fonts API, so it'd be great if snippets for imports and registering fonts were there. Thanks!
@theskinnycoder I am currently working on it. Will update it soon.
As of now,
nulwhref
gives the following :But the latest Next.js versions doesn't need a nested anchor element anymore.
Also, Next.js 13 introduced new fonts API, so it'd be great if snippets for imports and registering fonts were there. Thanks!