Skip to content

Commit

Permalink
output server ?
Browse files Browse the repository at this point in the history
  • Loading branch information
isimmons committed Mar 23, 2024
1 parent 6fb71d2 commit f25ec9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from "astro/config";
import db from "@astrojs/db";
import { defineConfig } from "astro/config";

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

0 comments on commit f25ec9a

Please sign in to comment.