diff --git a/astro.config.mjs b/astro.config.mjs index f0e9045..3bd3c76 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,5 +11,4 @@ export default defineConfig({ hostname: "RythonDev", }, site: "https://rython.dev", - base: "/", }); diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..38d604a --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +www.rython.dev \ No newline at end of file