From 5daaa8382366e1215465b416f871fdcb35657d8b Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Thu, 15 Feb 2024 23:31:01 +0100 Subject: [PATCH] chore: add astro config file --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 astro.config.mjs diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..ef0fcdd --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,3 @@ +import { defineConfig } from "astro/config"; + +export default defineConfig({});