From 11bd7d53eed6702de8de63e89c869052c29af0b6 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:39:20 +0800 Subject: [PATCH] updated astro config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index cd5da5d..f0e9045 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,6 +10,6 @@ export default defineConfig({ port: 8008, hostname: "RythonDev", }, - site: "https://ryanpython.me", + site: "https://rython.dev", base: "/", });