@griddo/cx 1.56.2 → 1.56.6

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.56.2",
4
+ "version": "1.56.6",
5
5
  "authors": [
6
6
  "Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
7
7
  "Carlos Torres <carlos.torres@secuoyas.com>",
@@ -61,7 +61,7 @@
61
61
  "react-helmet": "^6.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@griddo/eslint-config-back": "^1.56.2",
64
+ "@griddo/eslint-config-back": "^1.56.6",
65
65
  "eslint": "^7.5.0",
66
66
  "eslint-plugin-node": "^11.1.0",
67
67
  "eslint-plugin-react": "7.14.3",
@@ -93,5 +93,5 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "gitHead": "76dddc292b1037223a780b2093399c3c6e12ce02"
96
+ "gitHead": "f42e7395e9d7708136ecd857644ba587729b87e9"
97
97
  }
@@ -45,7 +45,7 @@ function SEO(params) {
45
45
  key={item.pageId}
46
46
  rel="alternate"
47
47
  href={`${item.url}`}
48
- hreflang={item.locale}
48
+ hreflang={item.locale?.replace(/_/g, '-')}
49
49
  />
50
50
  );
51
51
  })}
@@ -94,7 +94,7 @@ function SEO(params) {
94
94
  style={{display:'none','visibility':'hidden'}}/>`}
95
95
  </noscript>
96
96
  )}
97
- {isIE && (
97
+ {false && isIE && (
98
98
  <script
99
99
  type="text/javascript"
100
100
  src={`https://cdn.cookielaw.org/consent/${ONE_TRUST_ID}/OtAutoBlock.js`}
@@ -103,6 +103,7 @@ function SEO(params) {
103
103
  {isIE && (
104
104
  <script
105
105
  src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
106
+ data-document-language="true"
106
107
  type="text/javascript"
107
108
  charset="UTF-8"
108
109
  data-domain-script={ONE_TRUST_ID}