refactor: add type to SITE object for better type safety

This commit is contained in:
satnaing
2023-03-16 14:56:54 +06:30
parent 2afdf4d82e
commit 0c6d0ba6cd
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import type { SocialObjects } from "./types";
import type { Site, SocialObjects } from "./types";
export const SITE = {
export const SITE: Site = {
website: "https://astro-paper.pages.dev/",
author: "Sat Naing",
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",