Skip to content

Commit c0dc3e8

Browse files
committed
docs: sitemap
1 parent 119c53e commit c0dc3e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
已支持**React 19**
1010

1111
<p align="center">
12-
<img width="100%" src="https://static.react-antd-console.site/template.png?g=1">
12+
<img width="100%" src="https://static.react-antd-console.site/template.png?a=1">
1313
</p>
1414

1515
## 介绍

docs/.vitepress/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import { withMermaid } from 'vitepress-plugin-mermaid'
55
export default withMermaid({
66
title: "react-antd-console",
77
description: "后台管理系统前端解决方案",
8+
sitemap: {
9+
hostname: 'https://doc.react-antd-console.site',
10+
},
811
head: [
912
['link', { rel: 'shortcut icon', type: 'image/x-icon', href: '/favicon.ico' }],
1013
],

0 commit comments

Comments
 (0)