Skip to content

Commit cdd0964

Browse files
authored
Fix react-helmet link (#6786)
1 parent 9aa8e82 commit cdd0964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2024/04/25/react-19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ When React renders this component, it will see the `<title>` `<link>` and `<meta
542542

543543
#### You may still want a Metadata library {/*you-may-still-want-a-metadata-library*/}
544544

545-
For simple use cases rendering Document Metadata as tags may be suitable, but libraries can offer more powerful features like overriding generic metadata with specific metadata based on the current route. So these feature make it easier for frameworks and libraries like [`react-helmet`](github.com/nfl/react-helmet) to support metadata tags, rather than replace them.
545+
For simple use cases rendering Document Metadata as tags may be suitable, but libraries can offer more powerful features like overriding generic metadata with specific metadata based on the current route. So these feature make it easier for frameworks and libraries like [`react-helmet`](https://github.com/nfl/react-helmet) to support metadata tags, rather than replace them.
546546

547547
</Note>
548548

0 commit comments

Comments
 (0)