summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-03 13:56:47 -0400
committerDax Raad <[email protected]>2025-09-03 13:58:08 -0400
commitcb7f3cf2f14204e22b9e4ebd2383bddf4fa71dde (patch)
tree4abb142f17f24e6224e8af6324d61e9e1bc8029b
parent4406096974e19544b0c08cbc990cbf08b6cd7f23 (diff)
downloadopencode-cb7f3cf2f14204e22b9e4ebd2383bddf4fa71dde.tar.gz
opencode-cb7f3cf2f14204e22b9e4ebd2383bddf4fa71dde.zip
wip: cloud
-rw-r--r--cloud/app/src/routes/index.tsx6
-rw-r--r--package.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index 23d602db2..bbe7f8b1b 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -166,7 +166,7 @@ export default function Home() {
<div data-slot="left">
<figure>
<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" />
</a>
</figure>
@@ -175,7 +175,7 @@ export default function Home() {
<div data-slot="row1">
<figure>
<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" />
</a>
</figure>
@@ -183,7 +183,7 @@ export default function Home() {
<div data-slot="row2">
<figure>
<figcaption>opencode in GitHub</figcaption>
- <a href="/docs/github">
+ <a target="_self" href="/docs/github">
<img src={IMG_GITHUB} alt="opencode in GitHub" />
</a>
</figure>
diff --git a/package.json b/package.json
index 25622fcc7..78a0e543d 100644
--- a/package.json
+++ b/package.json
@@ -56,6 +56,6 @@
"zod": "3.25.76"
},
"patchedDependencies": {
- "@solidjs/[email protected]": "patches/@solidjs%[email protected]"
-}
+ "@solidjs/[email protected]": "patches/@solidjs%[email protected]"
+ }
}