wip: cloud

This commit is contained in:
Dax Raad
2025-09-03 13:56:47 -04:00
parent 4406096974
commit cb7f3cf2f1
2 changed files with 5 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ export default function Home() {
<div data-slot="left"> <div data-slot="left">
<figure> <figure>
<figcaption>opencode TUI with the tokyonight theme</figcaption> <figcaption>opencode TUI with the tokyonight theme</figcaption>
<a href="/docs/cli"> <a target="_self" href="/docs/cli">
<img src={IMG_SPLASH} alt="opencode TUI with tokyonight theme" /> <img src={IMG_SPLASH} alt="opencode TUI with tokyonight theme" />
</a> </a>
</figure> </figure>
@@ -175,7 +175,7 @@ export default function Home() {
<div data-slot="row1"> <div data-slot="row1">
<figure> <figure>
<figcaption>opencode in VS Code</figcaption> <figcaption>opencode in VS Code</figcaption>
<a href="/docs/ide"> <a target="_self" href="/docs/ide">
<img src={IMG_VSCODE} alt="opencode in VS Code" /> <img src={IMG_VSCODE} alt="opencode in VS Code" />
</a> </a>
</figure> </figure>
@@ -183,7 +183,7 @@ export default function Home() {
<div data-slot="row2"> <div data-slot="row2">
<figure> <figure>
<figcaption>opencode in GitHub</figcaption> <figcaption>opencode in GitHub</figcaption>
<a href="/docs/github"> <a target="_self" href="/docs/github">
<img src={IMG_GITHUB} alt="opencode in GitHub" /> <img src={IMG_GITHUB} alt="opencode in GitHub" />
</a> </a>
</figure> </figure>

View File

@@ -56,6 +56,6 @@
"zod": "3.25.76" "zod": "3.25.76"
}, },
"patchedDependencies": { "patchedDependencies": {
"@solidjs/start@1.1.7": "patches/@solidjs%2Fstart@1.1.7.patch" "@solidjs/start@1.1.7": "patches/@solidjs%2Fstart@1.1.7.patch"
} }
} }