Adding share page

This commit is contained in:
Jay V
2025-05-26 16:36:30 -04:00
parent 25623d1f84
commit deacf5991a
7 changed files with 564 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
// @ts-check
import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import solidJs from "@astrojs/solid-js";
import theme from "toolbeam-docs-theme";
import { rehypeHeadingIds } from "@astrojs/markdown-remark";
import rehypeAutolinkHeadings from "rehype-autolink-headings";
@@ -20,6 +21,7 @@ export default defineConfig({
],
},
integrations: [
solidJs(),
starlight({
title: "OpenCode",
social: [
@@ -49,6 +51,7 @@ export default defineConfig({
],
components: {
Hero: "./src/components/Hero.astro",
Header: "./src/components/Header.astro",
},
plugins: [theme({
// Optionally, add your own header links