add ssr
Build and Deploy / build-and-deploy (push) Successful in 6m24s

This commit is contained in:
2026-05-18 11:06:00 +02:00
parent baaef6e528
commit 8d11befb6e
+1
View File
@@ -11,6 +11,7 @@ const env = loadEnv(process.env.NODE_ENV ?? 'development', process.cwd(), '');
// https://astro.build/config
export default defineConfig({
output: 'server',
integrations: [
sanity({
projectId: env.PUBLIC_SANITY_PROJECT_ID,