From f8d3a3a960c63fad5a3b9fe605cee83462b5b58e Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Thu, 22 Sep 2022 21:28:35 +0630 Subject: [PATCH] Add website property in SITE object --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index 546a531..cc1cefb 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,6 +1,7 @@ import type { SocialsObject } from "./types"; export const SITE = { + website: "https://astro-paper.pages.dev/", author: "Sat Naing", desc: "A minimal, responsive and SEO-friendly Astro blog theme.", title: "AstroPaper",