add ssr
Build and Deploy / build-and-deploy (push) Failing after 36s

This commit is contained in:
2026-05-18 10:34:38 +02:00
parent 57af0b8386
commit fb5aa07373
7 changed files with 7282 additions and 188 deletions
+5 -1
View File
@@ -5,6 +5,8 @@ import sanity from '@sanity/astro';
import react from '@astrojs/react';
import tailwindcss from '@tailwindcss/vite';
import netlify from '@astrojs/netlify';
const env = loadEnv(process.env.NODE_ENV ?? 'development', process.cwd(), '');
// https://astro.build/config
@@ -22,4 +24,6 @@ export default defineConfig({
vite: {
plugins: [tailwindcss()],
},
});
adapter: netlify(),
});