update dependencies
This commit is contained in:
parent
4ee9a3723c
commit
fd44e9866e
3 changed files with 1693 additions and 1481 deletions
|
@ -1,11 +1,10 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import node from "@astrojs/node";
|
||||
|
||||
import cloudflare from "@astrojs/cloudflare";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
output: "server",
|
||||
adapter: node({
|
||||
mode: "standalone"
|
||||
})
|
||||
adapter: cloudflare()
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue