Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const enConfig = defineLocaleConfig("root", {
{ 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" },
{ text: "Website GitHub", link: "https://github.com/oxc-project/oxc-project.github.io" },
],
},
Expand Down
6 changes: 3 additions & 3 deletions .vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const head: HeadConfig[] = [
"meta",
{
property: "og:image",
content: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-universal.png",
content: "/og.jpg",
},
],
// Twitter (X)
Expand All @@ -37,7 +37,7 @@ const head: HeadConfig[] = [
"meta",
{
name: "twitter:image",
content: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-universal.png",
content: "/og.jpg",
},
],
// banner
Expand Down Expand Up @@ -138,7 +138,7 @@ export const sharedConfig = defineConfig({
},
},
footer: {
copyright: `© 2025 VoidZero Inc. and Oxc contributors.`,
copyright: `© ${new Date().getFullYear()} VoidZero Inc. and Oxc contributors.`,
nav: [
{
title: "Oxc",
Expand Down
2 changes: 0 additions & 2 deletions .vitepress/theme/landing/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import FeatureResolver from "./FeatureResolver.vue";
import FeatureTransformer from "./FeatureTransformer.vue";
import FeatureMinifier from "./FeatureMinifier.vue";
import Sponsors from "@voidzero-dev/vitepress-theme/src/components/oss/Sponsors.vue";
import Spacer from "@voidzero-dev/vitepress-theme/src/components/shared/Spacer.vue";
import Footer from "@voidzero-dev/vitepress-theme/src/components/oss/Footer.vue";
</script>

Expand All @@ -30,7 +29,6 @@ import Footer from "@voidzero-dev/vitepress-theme/src/components/oss/Footer.vue"
<FeatureResolver />
<FeatureMinifier />
</section>
<Spacer />
<Sponsors
description="Oxc is free and open source, made possible by wonderful sponsors."
sponsorLink="/sponsor"
Expand Down
Binary file modified public/og.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 0 additions & 90 deletions src/branding.md

This file was deleted.