updated astro config

This commit is contained in:
liyunze 2024-01-09 18:39:20 +08:00
parent a1cad00acb
commit 11bd7d53ee

View file

@ -10,6 +10,6 @@ export default defineConfig({
port: 8008,
hostname: "RythonDev",
},
site: "https://ryanpython.me",
site: "https://rython.dev",
base: "/",
});