diff options
| author | Dax Raad <[email protected]> | 2025-05-30 14:40:53 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-30 14:40:59 -0400 |
| commit | e9bad39a7ed224efefe2d21a35a7d27cd25e0879 (patch) | |
| tree | f1ae466b4b6bac86a11f56a2e0cca366a1192685 /app/packages/web/src/pages/share | |
| parent | 42c7880858ee9bec72f3fb71c7f19512a38b0b8e (diff) | |
| download | opencode-e9bad39a7ed224efefe2d21a35a7d27cd25e0879.tar.gz opencode-e9bad39a7ed224efefe2d21a35a7d27cd25e0879.zip | |
sync
Diffstat (limited to 'app/packages/web/src/pages/share')
| -rw-r--r-- | app/packages/web/src/pages/share/index.astro | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app/packages/web/src/pages/share/index.astro b/app/packages/web/src/pages/share/index.astro deleted file mode 100644 index b678c0db9..000000000 --- a/app/packages/web/src/pages/share/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> |
