diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-05 21:11:05 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-05 21:11:05 -0500 |
| commit | 989c8d6e947c56f0241a169da02ba2558653a4b0 (patch) | |
| tree | bfe0d84679bb80b0699823383b88185402bbed05 /astro.config.mjs | |
init commit
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..882e651 --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,4 @@ +import { defineConfig } from 'astro/config'; + +// https://astro.build/config +export default defineConfig({}); |
