From 8a01e8650d7a78da5c6e04c0006ce7e478e180c4 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:43:45 +0000 Subject: [PATCH] Update site domain from sillylittle.tech to slt.ong Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com> --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 3bf6849..89de0c4 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import { defineConfig } from 'astro/config'; const enableKeystatic = process.env.ENABLE_KEYSTATIC === 'true' || process.env.NODE_ENV !== 'production'; export default defineConfig({ - site: 'https://socks.sillylittle.tech', + site: 'https://socks.slt.ong', integrations: [ react(), markdoc(),