summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-26 22:30:44 -0400
committerJay V <[email protected]>2025-06-27 19:10:41 -0400
commitf3742ddbb845e78c3bef96a639e285e4c19e3135 (patch)
tree8ecb122af54c7ed84514db54d96429d4a34e4214 /packages/web
parentb61a841aa8f6f92803df8873ad63efd10397fc0f (diff)
downloadopencode-f3742ddbb845e78c3bef96a639e285e4c19e3135.tar.gz
opencode-f3742ddbb845e78c3bef96a639e285e4c19e3135.zip
ignore: run prettier
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/astro.config.mjs4
1 files changed, 1 insertions, 3 deletions
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",