@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
package/src/components/Seo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "staticJsonFilesBuildTime": [], "lastBuild":
|
|
1
|
+
{ "staticJsonFilesBuildTime": [], "lastBuild": 1713843468311 }
|