summaryrefslogtreecommitdiff
path: root/astro.config.mjs
diff options
context:
space:
mode:
authorhouston[bot] <astrobot-houston@users.noreply.github.com>2023-08-01 18:48:26 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-01 18:48:26 +0100
commit6bd4846b71944add485433703d85982b2396d9ad (patch)
tree1a2a41db792a8d3bbb985b2f0e6af1eeed6f3668 /astro.config.mjs
Initial commit from Astro
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
new file mode 100644
index 0000000..882e651
--- /dev/null
+++ b/astro.config.mjs
@@ -0,0 +1,4 @@
+import { defineConfig } from 'astro/config';
+
+// https://astro.build/config
+export default defineConfig({});