Skip to content

Commit a5d3ba4

Browse files
authored
Update blog link in resources section (#692)
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 <JerrenT@Trifall.com>
1 parent ec454e0 commit a5d3ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const enConfig = defineLocaleConfig("root", {
2323
{
2424
text: "Resources",
2525
items: [
26-
{ text: "Blog", link: "/blog/2025-12-08-oxfmt-alpha" },
26+
{ text: "Blog", link: "/blog/2025-12-08-type-aware-alpha" },
2727
{ text: "Team", link: "/team" },
2828
{ text: "Release Notes", link: "https://github.com/oxc-project/oxc/releases" },
2929
{ text: "Branding", link: "/branding" },

0 commit comments

Comments
 (0)