From bda2f919119a8deb63e5ff5681f396f008c15aa2 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:57:44 +0800 Subject: [PATCH] adding back custom domain name --- astro.config.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index e25d97d..3bd3c76 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,6 +10,5 @@ export default defineConfig({ port: 8008, hostname: "RythonDev", }, - site: "https://liyunze-coding.github.io/", - base: "rythondev", + site: "https://rython.dev", });