aboutsummaryrefslogtreecommitdiff
path: root/web/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'web/astro.config.mjs')
-rw-r--r--web/astro.config.mjs7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/astro.config.mjs b/web/astro.config.mjs
new file mode 100644
index 0000000..868390f
--- /dev/null
+++ b/web/astro.config.mjs
@@ -0,0 +1,7 @@
+// @ts-check
+import { defineConfig } from 'astro/config';
+
+// https://astro.build/config
+export default defineConfig({
+
+});