From d17bca56238e9ca326d60e58230d0d354f23bfe8 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 9 Oct 2024 10:59:13 -0400 Subject: back to astro for hopefully the last time (#146) --- astro.config.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 astro.config.ts (limited to 'astro.config.ts') diff --git a/astro.config.ts b/astro.config.ts new file mode 100644 index 0000000..572107e --- /dev/null +++ b/astro.config.ts @@ -0,0 +1,9 @@ +import { defineConfig } from "astro/config"; + +import sitemap from "@astrojs/sitemap"; + +// https://astro.build/config +export default defineConfig({ + site: process.env.CF_PAGES_URL || "https://getchoo.com", + integrations: [sitemap()], +}); -- cgit v1.2.3