diff options
| author | Dax Raad <[email protected]> | 2025-06-26 22:30:44 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-26 22:30:44 -0400 |
| commit | 51bf193889268fa932c3c9a543e009ae79d1fa39 (patch) | |
| tree | 618e4696cee44bc0c2e74eb23f912e6284b5f87b /packages/web | |
| parent | f8b78f08b497c7f405c2c725def58347f7c104b3 (diff) | |
| download | opencode-51bf193889268fa932c3c9a543e009ae79d1fa39.tar.gz opencode-51bf193889268fa932c3c9a543e009ae79d1fa39.zip | |
ignore: run prettier
Diffstat (limited to 'packages/web')
| -rw-r--r-- | packages/web/astro.config.mjs | 4 |
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", |
