mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
refactor: add type to SITE object for better type safety
This commit is contained in:
+2
-2
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user