diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 08:59:36 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 08:59:36 +0200 |
| commit | 564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (patch) | |
| tree | 885d8b11724811923f51db84f073b31649ec9d26 /astro.config.mjs | |
Initial astro project
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..e762ba5 --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,5 @@ +// @ts-check +import { defineConfig } from 'astro/config'; + +// https://astro.build/config +export default defineConfig({}); |
