mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: add JSON-LD structured data (#260)
- Add author profile to SITE variables - Add JSON-LD to Layout.astro
This commit is contained in:
@@ -3,6 +3,7 @@ import type socialIcons from "@assets/socialIcons";
|
||||
export type Site = {
|
||||
website: string;
|
||||
author: string;
|
||||
profile: string;
|
||||
desc: string;
|
||||
title: string;
|
||||
ogImage?: string;
|
||||
|
||||
Reference in New Issue
Block a user