From 735ad9a16769cce8dbe4c12d892b2dcf35e900b4 Mon Sep 17 00:00:00 2001 From: Hanzen Shou Date: Fri, 6 Sep 2024 00:35:17 -0700 Subject: [PATCH] Adding cname --- astro.config.ts | 2 +- public/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/CNAME diff --git a/astro.config.ts b/astro.config.ts index c67e9e3..bca4abe 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -5,7 +5,7 @@ import UnoCSS from 'unocss/astro' import vue from '@astrojs/vue' export default defineConfig({ - site: 'https://shouhanzen.github.io/', + site: 'https://shouh.me/', server: { port: 1977, }, diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..5e341a2 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +shouh.me \ No newline at end of file