Skip to content

Commit 7139d5a

Browse files
committed
Switch output to server because hybrid no longer exists??
1 parent acf50c7 commit 7139d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { viteStaticCopy } from "vite-plugin-static-copy";
1313

1414
// https://astro.build/config
1515
export default defineConfig({
16-
output: "hybrid",
16+
output: "server",
1717
adapter: node({
1818
mode: "middleware",
1919
}),

0 commit comments

Comments
 (0)