summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/src/pages
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-30 20:47:56 -0400
committerDax Raad <[email protected]>2025-05-30 20:48:36 -0400
commitf3da73553c45f17e04b1e77cb13eb0fca714d1bd (patch)
treea24317a19e1ab2a89da50db669dc6894f15d00d1 /app/packages/web/src/pages
parent9a26b3058ffc1023e5c7e54b6d571c903d15888e (diff)
downloadopencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.tar.gz
opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.zip
sync
Diffstat (limited to 'app/packages/web/src/pages')
-rw-r--r--app/packages/web/src/pages/s/index.astro28
1 files changed, 0 insertions, 28 deletions
diff --git a/app/packages/web/src/pages/s/index.astro b/app/packages/web/src/pages/s/index.astro
deleted file mode 100644
index b678c0db9..000000000
--- a/app/packages/web/src/pages/s/index.astro
+++ /dev/null
@@ -1,28 +0,0 @@
----
-import config from "virtual:starlight/user-config";
-
-import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
-import Share from "../../components/Share.tsx";
-
----
-
-<StarlightPage
- hasSidebar={false}
- frontmatter={{
- title: "Share",
- pagefind: false,
- template: "splash",
- tableOfContents: false,
- }}
->
- <Share api={import.meta.env.VITE_API_URL} client:only="solid" />
-</StarlightPage>
-
-<style is:global>
-body > .page > .main-frame .main-pane > main > .content-panel:first-of-type {
- display: none;
-}
-body > .page > .main-frame .main-pane > main > .content-panel + .content-panel {
- border-top: none !important;
-}
-</style>