Skip to content

Commit

Permalink
nope and that makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
isimmons committed Mar 23, 2024
1 parent 122c32c commit 0c80b0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
import db from "@astrojs/db";
import { defineConfig } from "astro/config";

import node from "@astrojs/node";

// https://astro.build/config
export default defineConfig({
output: "server",
integrations: [db()],
site: "https://isimmons.github.io",
adapter: node({
mode: "standalone"
})
});
});

0 comments on commit 0c80b0f

Please sign in to comment.