This commit is contained in:
+5
-2
@@ -5,7 +5,8 @@ import sanity from '@sanity/astro';
|
|||||||
import react from '@astrojs/react';
|
import react from '@astrojs/react';
|
||||||
import tailwindcss from '@tailwindcss/vite';
|
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(), '');
|
const env = loadEnv(process.env.NODE_ENV ?? 'development', process.cwd(), '');
|
||||||
|
|
||||||
@@ -26,5 +27,7 @@ export default defineConfig({
|
|||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
},
|
},
|
||||||
|
|
||||||
adapter: netlify(),
|
adapter: node({
|
||||||
|
mode: 'standalone',
|
||||||
|
}),
|
||||||
});
|
});
|
||||||
Generated
+967
-7859
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.9.9",
|
"@astrojs/check": "^0.9.9",
|
||||||
"@astrojs/netlify": "^7.0.9",
|
"@astrojs/node": "^10.1.1",
|
||||||
"@astrojs/react": "^5.0.4",
|
"@astrojs/react": "^5.0.4",
|
||||||
"@lucide/astro": "^1.14.0",
|
"@lucide/astro": "^1.14.0",
|
||||||
"@portabletext/to-html": "^5.0.2",
|
"@portabletext/to-html": "^5.0.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user