From 5c26856f6d099cd255000a69e09c96188adf6767 Mon Sep 17 00:00:00 2001 From: Jerren T Date: Mon, 8 Dec 2025 18:03:25 -0500 Subject: [PATCH] Update blog link in resources section Resources -> blog link doesn't resolve to a valid blog URL currently. Updates this to the latest blog post as of now. Signed-off-by: Jerren T --- .vitepress/config/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config/en.ts b/.vitepress/config/en.ts index 9aba70de61..f8953681db 100644 --- a/.vitepress/config/en.ts +++ b/.vitepress/config/en.ts @@ -23,7 +23,7 @@ export const enConfig = defineLocaleConfig("root", { { text: "Resources", items: [ - { text: "Blog", link: "/blog/2025-12-08-oxfmt-alpha" }, + { text: "Blog", link: "/blog/2025-12-08-type-aware-alpha" }, { text: "Team", link: "/team" }, { text: "Release Notes", link: "https://github.com/oxc-project/oxc/releases" }, { text: "Branding", link: "/branding" },