mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:20:06 -04:00
docs(pages): 自定义 Astro 的 Frontmatter
1. docs: 自定义 Astro 的 Frontmatter 2. docs: 你是人类吗? 3. fix(config): Umami 更改网站名称导致的密钥失效 4. feat(config): 新增关闭头图 5. feat(config): 新增更改文章内部头图 6. docs(chore): 更改了 doc: 进行 Folo 订阅源认证 的标题
This commit is contained in:
+2
-2
@@ -65,7 +65,7 @@ export const navBarConfig: NavBarConfig = {
|
||||
},
|
||||
{
|
||||
name: "统计信息",
|
||||
url: "https://umami.adclosenn.top/share/XMDJoIb1D21UxHdH", // Internal links should not include the base path, as it is automatically added
|
||||
url: "https://umami.adclosenn.top/share/jME4HFb9JmfJM5zs", // Internal links should not include the base path, as it is automatically added
|
||||
external: true, // Show an external link icon and will open in a new tab
|
||||
},
|
||||
{
|
||||
@@ -128,6 +128,6 @@ export const expressiveCodeConfig: ExpressiveCodeConfig = {
|
||||
export const umamiConfig: UmamiConfig = {
|
||||
enable: true,
|
||||
baseUrl: "https://umami.adclosenn.top",
|
||||
shareId: "XMDJoIb1D21UxHdH",
|
||||
shareId: "jME4HFb9JmfJM5zs",
|
||||
timezone: "Asia/Shanghai",
|
||||
};
|
||||
Reference in New Issue
Block a user