Skip to content

Commit 89fb25e

Browse files
committed
update date
1 parent 840871f commit 89fb25e

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
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-01-oxfmt-alpha" },
26+
{ text: "Blog", link: "/blog/2025-12-08-oxfmt-alpha" },
2727
{ text: "Team", link: "/team" },
2828
{ text: "Release Notes", link: "https://github.com/oxc-project/oxc/releases" },
2929
{ text: "Branding", link: "/branding" },

.vitepress/config/inlined-scripts/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
}
77
};
88

9-
window.__OXC_BANNER_ID__ = "/blog/2025-12-01-type-aware-alpha";
9+
window.__OXC_BANNER_ID__ = "/blog/2025-12-08-type-aware-alpha";
1010
restore(`oxc-banner-dismissed-${__OXC_BANNER_ID__}`, "banner-dismissed");
1111
})();

.vitepress/sidebar.blog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"text": "Type-Aware Linting Alpha",
4-
"link": "/blog/2025-12-01-type-aware-alpha"
4+
"link": "/blog/2025-12-08-type-aware-alpha"
55
},
66
{
77
"text": "Oxlint JS Plugins Preview",

.vitepress/theme/components/Banner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const hide = () => {
1717
};
1818
1919
// Sync with inlined-scripts/banner.js
20-
const slug = "/blog/2025-12-01-type-aware-alpha";
20+
const slug = "/blog/2025-12-08-type-aware-alpha";
2121
2222
const bannerDismissed = useLocalStorage<boolean>(`oxc-banner-dismissed-${slug}`, false);
2323

0 commit comments

Comments
 (0)