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