From 269f422b95559fc10f460d6d08bd36a7f92a6c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lorber?= Date: Fri, 6 Dec 2024 14:51:53 +0100 Subject: [PATCH] docs: include React 19 blog post in sidebarBlog.json --- src/sidebarBlog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 84947fdf59e..5562a5a6ca3 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -11,6 +11,13 @@ "path": "/blog", "skipBreadcrumb": true, "routes": [ + { + "title": "React 19", + "titleForHomepage": "React 19", + "icon": "blog", + "date": "December 05, 2024", + "path": "/blog/2024/12/05/react-19" + }, { "title": "React Compiler Beta Release and Roadmap", "titleForHomepage": "React Compiler Beta Release and Roadmap",