From 0f5704d1172b81b9be0a3d3cff9a86e882adb5a8 Mon Sep 17 00:00:00 2001 From: ubugeeei <71201308+Ubugeeei@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:10:33 +0900 Subject: [PATCH] remove dead config (#15) --- .vitepress/config.mts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index e5a4175b2b..3b5064d380 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -67,22 +67,6 @@ export default defineConfig({ "https://github.com/oxc-project/oxc-assets/blob/main/preview-white.png?raw=true", }, ], - ["meta", { name: "twitter:image:alt", content: "OXC" }], - [ - "meta", - { - name: "twitter:title", - content: "OXC: The JavaScript Oxidation Compiler", - }, - ], - [ - "meta", - { - name: "twitter:description", - content: - "A collection of high-performance JavaScript tools written in Rust", - }, - ], ], lastUpdated: true,