share ssr

This commit is contained in:
Jay V
2025-06-05 15:37:17 -04:00
parent 4a6e36a404
commit ea9dd4e9e2
5 changed files with 33 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
// @ts-check
import aws from "astro-sst"
import { defineConfig } from "astro/config"
import starlight from "@astrojs/starlight"
import solidJs from "@astrojs/solid-js"
@@ -11,6 +12,8 @@ const github = "https://github.com/sst/opencode"
// https://astro.build/config
export default defineConfig({
output: "server",
adapter: aws(),
devToolbar: {
enabled: false,
},