aboutsummaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-02-21 17:38:43 -0500
committerAndrew Lee <andrew@alee14.me>2025-02-21 17:38:43 -0500
commitebaa56401efd9b14ecef922db8c2f6eac732a4d6 (patch)
treee81f25087eb14b2b89132e7d89108beb349e77a5 /astro.config.mjs
downloadbnbmc-website-ebaa56401efd9b14ecef922db8c2f6eac732a4d6.tar.gz
bnbmc-website-ebaa56401efd9b14ecef922db8c2f6eac732a4d6.tar.bz2
bnbmc-website-ebaa56401efd9b14ecef922db8c2f6eac732a4d6.zip
Initial commit
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs5
1 files changed, 5 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
new file mode 100644
index 0000000..e762ba5
--- /dev/null
+++ b/astro.config.mjs
@@ -0,0 +1,5 @@
+// @ts-check
+import { defineConfig } from 'astro/config';
+
+// https://astro.build/config
+export default defineConfig({});