From 4a4e1a0ae9d2a4b51f0715e51315572578c019d4 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:12:30 +0200 Subject: [PATCH] Set fully custom domain --- 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 aab3374..7af41e1 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -5,7 +5,7 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings"; import rehypeSlug from "rehype-slug"; export default defineConfig({ - site: "https://thiloho.github.io", + site: "https://thilohohlt.com", prefetch: { prefetchAll: true, diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..dff1bdb --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +thilohohlt.com \ No newline at end of file