We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec5817e + 092d771 commit d2a4f3aCopy full SHA for d2a4f3a
1 file changed
docusaurus.config.ts
@@ -75,6 +75,12 @@ const config: Config = {
75
"https://github.com/payjoin/payjoin.org/blob/master",
76
blogSidebarTitle: 'All posts',
77
blogSidebarCount: 'ALL',
78
+ feedOptions: {
79
+ type: "all",
80
+ title: "Payjoin Foundation Blog",
81
+ description: "Updates on Payjoin research and integrations.",
82
+ language: "en",
83
+ },
84
},
85
theme: {
86
customCss: "./src/css/custom.css",
0 commit comments