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: "/", });