Skip to content

Commit 46ed26e

Browse files
committed
add rss socialLinks
1 parent 0a9cf7a commit 46ed26e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

rspress.config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@ export default defineConfig({
9494
mode: "link",
9595
content: "https://x.com/thomfang",
9696
},
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+
},
97109
],
98110
},
99111
lang: "en",

0 commit comments

Comments
 (0)