From 7a77a68702e947597120226e140885345a21c463 Mon Sep 17 00:00:00 2001 From: Pauline Date: Wed, 23 Aug 2023 03:39:26 -0400 Subject: web: initial astro framework --- apps/website/astro.config.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 apps/website/astro.config.ts (limited to 'apps/website/astro.config.ts') 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({}); -- cgit