We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
元 : #6 (comment)
Linkコンポーネントに装飾を追加したい場合、下記に沿って記述する next/link の Linkコンポーネントに passHref を追加し、aタグ の href を上書きする
<Link href="/my-amazing-page" passHref> <a href="replace">Go to my amazing page</a> </Link>
The text was updated successfully, but these errors were encountered:
mono-tmt
No branches or pull requests
元 : #6 (comment)
追加したいルール
Linkコンポーネントに装飾を追加したい場合、下記に沿って記述する
next/link の Linkコンポーネントに passHref を追加し、aタグ の href を上書きする
The text was updated successfully, but these errors were encountered: