diff options
Diffstat (limited to 'astro.config.ts')
-rw-r--r-- | astro.config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/astro.config.ts b/astro.config.ts new file mode 100644 index 000000000..e762ba5cf --- /dev/null +++ b/astro.config.ts @@ -0,0 +1,5 @@ +// @ts-check +import { defineConfig } from 'astro/config'; + +// https://astro.build/config +export default defineConfig({}); |