mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-23 10:41:30 +08:00
feat: update rss config
This commit is contained in:
@ -23,6 +23,12 @@ export const siteConfig: SiteConfig = {
|
||||
title: "声控烤箱 | KazooTTT 博客",
|
||||
// ! Please remember to replace the following site property with your own domain, used in astro.config.ts
|
||||
url: "https://blog.kazoottt.top/",
|
||||
rssConfig: {
|
||||
noteTitle: "碎碎念 - 声控烤箱 | KazooTTT",
|
||||
noteDescription: "分享一些比较碎片化的内容。",
|
||||
blogTitle: "博客 - 声控烤箱 | KazooTTT",
|
||||
blogDescription: "分享一些技术笔记、个人随笔、生活日常等比较长篇的内容。",
|
||||
},
|
||||
};
|
||||
|
||||
// Used to generate links in both the Header & Footer.
|
||||
|
Reference in New Issue
Block a user