From 5737fbec7c0bd971e4ea6b3fca634e59d9e95b5d Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 28 May 2023 17:08:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f466fdf..5861ff8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ There are three websites themes: Light, Dark and System (inherits the theme of y Replace the domain specified for the `site` property in the `astro.config.ts` file with your own domain: -```json +```ts site: "https://aurora.thilohohlt.com" ```