From 851f29e95db1e97804754a2af4f26787ef74c205 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:17:59 +0800 Subject: [PATCH] Trying to fix cloudflare DNS --- astro.config.mjs | 1 - public/CNAME | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/CNAME 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