We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9cf7a commit 46ed26eCopy full SHA for 46ed26e
rspress.config.ts
@@ -94,6 +94,18 @@ export default defineConfig({
94
mode: "link",
95
content: "https://x.com/thomfang",
96
},
97
+ {
98
+ icon: {
99
+ svg: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="32 32 512 512" fill="currentColor" width="32" height="32" style="vertical-align: middle; display: inline-block;">
100
+ <path d="M128 416c0 17.7-14.3 32-32 32s-32-14.3-32-32
101
+ 14.3-32 32-32 32 14.3 32 32zm144 32c0-107.5-84.5-192-192-192v64
102
+ c70.7 0 128 57.3 128 128h64zm96 0c0-159.1-128.9-288-288-288v64
103
+ c123.7 0 224 100.3 224 224h64z"/>
104
+ </svg>`,
105
+ },
106
+ mode: "link",
107
+ content: "https://scriptingapp.github.io/feeds/changelog.rss",
108
109
],
110
111
lang: "en",
0 commit comments