Skip to content

Commit

Permalink
Update use-link.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo authored Nov 19, 2022
1 parent 590a4b9 commit 87f5de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/usage/use-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const linkProps = useLink({
href,
as,
shallow,
replace
})
```

Expand All @@ -26,6 +27,7 @@ const linkProps = useLink({
- `href`: **required** The URL to link to. Either a `string` or `Url` object.
- `as`: The URL to link to. Either a `string` or `Url` object.
- `shallow`: `boolean`
- `replace`: `boolean`

See the Next.js [Link API](https://nextjs.org/docs/api-reference/next/link) for more details about these props.

Expand Down

3 comments on commit 87f5de8

@vercel
Copy link

@vercel vercel bot commented on 87f5de8 Nov 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solito-s9oj – ./example-monorepos/with-tailwind/apps/next

solito-s9oj-git-master-beat-gig.vercel.app
solito-s9oj-beat-gig.vercel.app
solito-s9oj.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 87f5de8 Nov 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

with-custom-fonts – ./example-monorepos/with-custom-font/apps/next

with-custom-fonts-fernandorojo.vercel.app
with-custom-fonts-git-master-fernandorojo.vercel.app
custom-font.example.solito.dev
with-custom-fonts.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 87f5de8 Nov 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.