diff options
| author | houston[bot] <astrobot-houston@users.noreply.github.com> | 2025-05-23 14:49:07 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-23 14:49:07 +0200 |
| commit | e999e18d0a182705f7fc8c2676f25f236755ec5b (patch) | |
| tree | 85e0cecdea634076533a163213a14144bee933d2 /astro.config.mjs | |
Initial commit from Astro
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({}); |
