From 4feb4e3e91e1fba952a26c0ba7c7e0fa582ad8b1 Mon Sep 17 00:00:00 2001 From: xhayper Date: Wed, 6 Sep 2023 12:26:51 +0700 Subject: [PATCH] feat: update site --- astro.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.ts b/astro.config.ts index 827f045..d933d26 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -5,6 +5,7 @@ const site = "https://cotl-api.vercel.app/"; // https://astro.build/config export default defineConfig({ + site, integrations: [ starlight({ title: "COTL_API",