fix adapter
Build and Deploy / build-and-deploy (push) Successful in 7m33s

This commit is contained in:
2026-05-18 11:25:03 +02:00
parent 8d11befb6e
commit 0d02c1f1c9
3 changed files with 973 additions and 7862 deletions
+5 -2
View File
@@ -5,7 +5,8 @@ import sanity from '@sanity/astro';
import react from '@astrojs/react';
import tailwindcss from '@tailwindcss/vite';
import netlify from '@astrojs/netlify';
import node from '@astrojs/node';
const env = loadEnv(process.env.NODE_ENV ?? 'development', process.cwd(), '');
@@ -26,5 +27,7 @@ export default defineConfig({
plugins: [tailwindcss()],
},
adapter: netlify(),
adapter: node({
mode: 'standalone',
}),
});
+967 -7859
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/netlify": "^7.0.9",
"@astrojs/node": "^10.1.1",
"@astrojs/react": "^5.0.4",
"@lucide/astro": "^1.14.0",
"@portabletext/to-html": "^5.0.2",