Skip to content

Commit

Permalink
remove node adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Sep 19, 2024
1 parent 3d06aa8 commit fe383b0
Show file tree
Hide file tree
Showing 4 changed files with 3,403 additions and 490 deletions.
13 changes: 4 additions & 9 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
import { defineConfig } from 'astro/config';

import node from '@astrojs/node';
import { defineConfig } from "astro/config";

// import qwikdev from "@qwikdev/astro";

// https://astro.build/config
export default defineConfig({
integrations: [],
server: { port: 8080 },
site: 'https://bablr-website.fly.dev',
output: 'server',
adapter: node({
mode: 'standalone'
})
});
site: "https://bablr-website.fly.dev",
output: "server",
});
Loading

0 comments on commit fe383b0

Please sign in to comment.