@openstack_dev/gatsby-theme-marketing-oif-core 1.0.4 → 1.0.5

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.
package/gatsby-config.js CHANGED
@@ -17,6 +17,8 @@ try {
17
17
  console.log("Falling back to default site settings.");
18
18
  }
19
19
 
20
+ console.log("loaded siteSettings on gatsby config ...", siteSettings);
21
+
20
22
  const title = siteSettings?.siteMetadata?.title || process.env.GATSBY_METADATA_TITLE;
21
23
  const description = siteSettings?.siteMetadata?.description
22
24
  || process.env.GATSBY_METADATA_DESCRIPTION;
@@ -215,6 +217,8 @@ const plugins = [
215
217
  "gatsby-plugin-netlify", // make sure to keep it last in the array
216
218
  ];
217
219
 
220
+ console.log(`title ${title} description ${description}`);
221
+
218
222
  module.exports = {
219
223
  siteMetadata: {
220
224
  title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openstack_dev/gatsby-theme-marketing-oif-core",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Base theme for Marketing Sites",
5
5
  "author": "smarcet",
6
6
  "keywords": [
@@ -26,6 +26,7 @@ function Seo({
26
26
  url: buildUrl(scheme, host, pathname),
27
27
  image: host && image ? buildUrl(scheme, host, getSrc(image)) : null,
28
28
  };
29
+ console.log("SEO", seo);
29
30
  return (
30
31
  <>
31
32
  {seo.title && <title>{seo.title}</title>}
@@ -1 +1 @@
1
- { "staticJsonFilesBuildTime": [], "lastBuild": 1713840092625 }
1
+ { "staticJsonFilesBuildTime": [], "lastBuild": 1713843468311 }