From f3742ddbb845e78c3bef96a639e285e4c19e3135 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 26 Jun 2025 22:30:44 -0400 Subject: ignore: run prettier --- packages/web/astro.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/web') diff --git a/packages/web/astro.config.mjs b/packages/web/astro.config.mjs index e1b3496d0..9099c6df3 100644 --- a/packages/web/astro.config.mjs +++ b/packages/web/astro.config.mjs @@ -32,9 +32,7 @@ export default defineConfig({ starlight({ title: "opencode", expressiveCode: { themes: ["github-light", "github-dark"] }, - social: [ - { icon: "github", label: "GitHub", href: config.github }, - ], + social: [{ icon: "github", label: "GitHub", href: config.github }], head: [ { tag: "link", -- cgit v1.2.3