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