Skip to content

Commit

Permalink
fix: broken url in metadata-client-components.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomKnight287 authored and joulev committed Jan 17, 2024
1 parent 318f3e6 commit 4591d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/metadata-client-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const metadata = { title: "My Page" };

## How do I set dynamic metadata that depends on client-side states?

_As far as I know_, there isn't an official guide for this yet, and I am looking forward to an official guide on this soon. If you know of the officially recommended way to do it, please [help me improve this page](https://github.com/joulev/nextjs-faq/edit/main/content/docs/how-to-set-metadata-to-page-tsx-rendered-as-client-components.mdx). For now I'm using the following workaround which seems to work well, but as long as it is not officially endorsed by the Next.js documentation or the React.js documentation, **it is only a workaround for now** so use at your own risk.
_As far as I know_, there isn't an official guide for this yet, and I am looking forward to an official guide on this soon. If you know of the officially recommended way to do it, please [help me improve this page](https://github.com/joulev/nextjs-faq/blob/main/content/metadata-client-components.mdx). For now I'm using the following workaround which seems to work well, but as long as it is not officially endorsed by the Next.js documentation or the React.js documentation, **it is only a workaround for now** so use at your own risk.

```tsx
"use client";
Expand Down

0 comments on commit 4591d4a

Please sign in to comment.