Skip to content

Commit 8fbd623

Browse files
committed
refactor: update doc config
1 parent df1c9ff commit 8fbd623

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/blog/changlog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ authors: [fecommunity]
55
tags: [reactpress]
66
---
77

8+
<!--truncate-->
9+
810
# [1.6.0](https://github.com/fecommunity/reactpress/compare/v1.5.0...v1.6.0) (2024-12-21)
911

1012

docs/docusaurus.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config: Config = {
1010
favicon: 'img/favicon.ico',
1111

1212
// Set the production url of your site here
13-
url: 'https://your-docusaurus-site.example.com',
13+
url: 'https://blog.gaoredu.com',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
1616
baseUrl: '/',
@@ -111,15 +111,15 @@ const config: Config = {
111111
items: [
112112
{
113113
label: 'Stack Overflow',
114-
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
114+
href: 'https://stackoverflow.com/questions/tagged/reactpress',
115115
},
116116
{
117-
label: 'Discord',
118-
href: 'https://discordapp.com/invite/docusaurus',
117+
label: 'Github',
118+
href: 'https://github.com/fecommunity/reactpress/issues',
119119
},
120120
{
121-
label: 'X',
122-
href: 'https://x.com/docusaurus',
121+
label: '高热度网',
122+
href: 'https://blog.gaoredu.com/',
123123
},
124124
],
125125
},

0 commit comments

Comments
 (0)