@griddo/cx 1.74.5 → 1.74.7

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.74.5",
4
+ "version": "1.74.7",
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.74.5",
68
+ "@griddo/eslint-config-back": "^1.74.7",
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": "363edaabec5d675e95c131bd11478c8b065e540a"
100
+ "gitHead": "fd62d727e3b6db9292ed79f3239c7abf587a52d7"
101
101
  }
@@ -69,8 +69,8 @@ export default function SEO(props) {
69
69
  {canonical && <link rel="canonical" href={canonical} />}
70
70
  <link rel="icon" href={faviconResized} />
71
71
 
72
- {/* Alternate */}
73
- {pageLanguages?.length > 1 &&
72
+ {/* Alternate, solo si se indexa la página y tiene traducciones */}
73
+ {index === 'index' && pageLanguages?.length > 1 &&
74
74
  pageLanguages
75
75
  .filter(item => item.isLive)
76
76
  .map(item => (