mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
Update astro-paper.config.ts
This commit is contained in:
@@ -2,14 +2,14 @@ import { defineAstroPaperConfig } from "./src/types/config";
|
|||||||
|
|
||||||
export default defineAstroPaperConfig({
|
export default defineAstroPaperConfig({
|
||||||
site: {
|
site: {
|
||||||
url: "https://astro-paper.pages.dev/",
|
url: "https://qihanx.cn/",
|
||||||
title: "AstroPaper",
|
title: "启涵的小破站",
|
||||||
description: "A minimal, responsive and SEO-friendly Astro blog theme.",
|
description: "最慢的步伐不是跬步,而是徘徊;最快的脚步不是冲刺,而是坚持。",
|
||||||
author: "Sat Naing",
|
author: "Sat Naing",
|
||||||
profile: "https://satna.ing",
|
profile: "https://satna.ing",
|
||||||
ogImage: "default-og.jpg",
|
ogImage: "default-og.jpg",
|
||||||
lang: "en",
|
lang: "en",
|
||||||
timezone: "Asia/Bangkok",
|
timezone: "Asia/Shanghai",
|
||||||
dir: "ltr",
|
dir: "ltr",
|
||||||
},
|
},
|
||||||
posts: {
|
posts: {
|
||||||
@@ -29,10 +29,9 @@ export default defineAstroPaperConfig({
|
|||||||
search: "pagefind",
|
search: "pagefind",
|
||||||
},
|
},
|
||||||
socials: [
|
socials: [
|
||||||
{ name: "github", url: "https://github.com/satnaing/astro-paper" },
|
{ name: "github", url: "https://github.com/ChenQihan666/" },
|
||||||
{ name: "x", url: "https://x.com/username" },
|
{ name: "x", url: "https://x.com/QihanNX" },
|
||||||
{ name: "linkedin", url: "https://www.linkedin.com/in/username/" },
|
{ name: "mail", url: "mailto:nuo66688@163.com" },
|
||||||
{ name: "mail", url: "mailto:yourmail@gmail.com" },
|
|
||||||
],
|
],
|
||||||
shareLinks: [
|
shareLinks: [
|
||||||
{ name: "whatsapp", url: "https://wa.me/?text=" },
|
{ name: "whatsapp", url: "https://wa.me/?text=" },
|
||||||
|
|||||||
Reference in New Issue
Block a user