From aa7eec73d6e70fbcc00ef1a1aeecfff0e75e0d54 Mon Sep 17 00:00:00 2001 From: FlaBBB Date: Sat, 26 Oct 2024 00:52:01 +0700 Subject: [PATCH] config: change previous config --- astro.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index ecb0b28..90d9fef 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -6,11 +6,11 @@ export default defineConfig({ // used to generate images site: process.env.VERCEL_ENV === 'production' - ? 'https://FlaBBB.github.io/' + ? 'https://wrideveloper.github.io/' : process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}/` : 'https://localhost:3000/', - base: 'SCnPRnCICD', + base: 'Hacktober2024-CICD', trailingSlash: 'ignore', integrations: [sitemap(), UnoCSS({ injectReset: true })], vite: {