@griddo/cx 1.72.8 → 1.72.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@griddo/cx",
3
3
  "description": "Griddo SSG based on Gatsby",
4
- "version": "1.72.8",
4
+ "version": "1.72.9",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -65,7 +65,7 @@
65
65
  "react-helmet": "^6.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@griddo/eslint-config-back": "^1.72.8",
68
+ "@griddo/eslint-config-back": "^1.72.9",
69
69
  "eslint": "^7.5.0",
70
70
  "eslint-plugin-node": "^11.1.0",
71
71
  "eslint-plugin-react": "7.14.3",
@@ -97,5 +97,5 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "gitHead": "99d546c3c5ea6faddd36beb4ba874dfe61bfe322"
100
+ "gitHead": "396779b881366e8c42f01146bf2f276eff5aba77"
101
101
  }
@@ -129,6 +129,8 @@ const generateSitemaps = async sites => {
129
129
  const langDomain = site.domains.find(
130
130
  domain => Object.keys(domain)[0] == lang.id
131
131
  );
132
+ if (!langDomain) continue;
133
+
132
134
  const slug = Object.values(langDomain)[0];
133
135
  const sitemaps = [];
134
136
  for (const templateId of Object.keys(sitemapPagesGroup)) {