@theguild/components 9.4.1 → 9.5.0-alpha-20250327235401-2b79c87dbcb799ecfa1ddc4426581c0f7db92508
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,7 @@ function sharedMetaItems(options) {
|
|
|
14
14
|
blog: {
|
|
15
15
|
title: "Blog",
|
|
16
16
|
type: "page",
|
|
17
|
-
href: "https://the-guild.dev/blog"
|
|
17
|
+
href: "https://the-guild.dev/graphql/hive/blog"
|
|
18
18
|
},
|
|
19
19
|
github: {
|
|
20
20
|
title: "GitHub",
|
|
@@ -32,6 +32,10 @@ function sharedMetaItems(options) {
|
|
|
32
32
|
"brand-assets": {
|
|
33
33
|
title: "Brand Assets",
|
|
34
34
|
href: "https://the-guild.dev/logos"
|
|
35
|
+
},
|
|
36
|
+
blog: {
|
|
37
|
+
title: "The Guild Blog",
|
|
38
|
+
href: "https://the-guild.dev/blog"
|
|
35
39
|
}
|
|
36
40
|
}
|
|
37
41
|
},
|
package/package.json
CHANGED