File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ const config: Config = {
8484 alt : 'CloudNativePG Logo' ,
8585 src : 'img/hero_image.svg' ,
8686 href : 'https://cloudnative-pg.io' ,
87+ target : '_self' ,
8788 } ,
8889 items : [
8990 {
@@ -115,6 +116,7 @@ const config: Config = {
115116 alt : 'CloudNativePG Logo' ,
116117 src : "img/cloudnativepg-landscape-white.png" ,
117118 href : "https://cloudnative-pg.io" ,
119+ target : "_self" ,
118120 } ,
119121 style : 'dark' ,
120122 links : [
@@ -127,7 +129,23 @@ const config: Config = {
127129 } ,
128130 {
129131 label : 'X' ,
130- href : 'https://x.com/CloudNativePG' ,
132+ href : 'https://x.com/CloudNativePg' ,
133+ } ,
134+ {
135+ label : 'YouTube' ,
136+ href : 'https://www.youtube.com/channel/UCTGH88W1BiuRRPTzJUDPJyA' ,
137+ } ,
138+ {
139+ label : 'LinkedIn' ,
140+ href : 'https://www.linkedin.com/company/cloudnative-pg' ,
141+ } ,
142+ {
143+ label : 'Mastodon' ,
144+ href : 'https://mastodon.social/@CloudNativePG' ,
145+ } ,
146+ {
147+ label : 'Bluesky' ,
148+ href : 'https://bsky.app/profile/cloudnativepg.bsky.social' ,
131149 } ,
132150 ] ,
133151 } ,
You can’t perform that action at this time.
0 commit comments