From d5f68bc324951a450e729566d86b53cc5b977d7c Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 19 Mar 2026 18:53:37 +0800 Subject: [PATCH] Fixed config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1487e87..b319c86 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -25,5 +25,5 @@ export default defineConfig({ assets: '_dasig', inlineStylesheets: 'never', }, - site: 'http://localhost:4321', + site: 'https://articles.patalcala.com', })