diff --git a/astro.config.mjs b/astro.config.mjs index 3bd3c76..e25d97d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,5 +10,6 @@ export default defineConfig({ port: 8008, hostname: "RythonDev", }, - site: "https://rython.dev", + site: "https://liyunze-coding.github.io/", + base: "rythondev", });