chore: update for cloudflare
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import astroIcon from "astro-icon"
|
||||
|
||||
import node from "@astrojs/node";
|
||||
import cloudflare from '@astrojs/cloudflare';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
@@ -12,7 +11,5 @@ export default defineConfig({
|
||||
server: {
|
||||
host: '0.0.0.0'
|
||||
},
|
||||
adapter: node({
|
||||
mode: "standalone",
|
||||
}),
|
||||
adapter: cloudflare(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user