From 7eff3fde5720eb23449e2f8c8ea0b8218efe4dde Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Sep 2024 21:16:37 +0000 Subject: Initial Astro project --- astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 astro.config.mjs (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..4840250 --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,4 @@ +import { defineConfig } from "astro/config"; + +// https://astro.build/config +export default defineConfig({}); -- cgit v1.2.3