denwa-web-shared 1.0.14 → 1.0.15
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/dist/server/index.cjs.js
CHANGED
|
@@ -154,7 +154,6 @@ const prepareLocalMetaData = ({
|
|
|
154
154
|
alternates.canonical = `https://${correctHost}${canonical}`;
|
|
155
155
|
}
|
|
156
156
|
if (lang) {
|
|
157
|
-
console.log(lang);
|
|
158
157
|
const langs = lang.locales.filter((item) => item !== lang.locale);
|
|
159
158
|
const languages = {};
|
|
160
159
|
langs.forEach((item) => {
|
package/dist/server/index.es.js
CHANGED
|
@@ -152,7 +152,6 @@ const prepareLocalMetaData = ({
|
|
|
152
152
|
alternates.canonical = `https://${correctHost}${canonical}`;
|
|
153
153
|
}
|
|
154
154
|
if (lang) {
|
|
155
|
-
console.log(lang);
|
|
156
155
|
const langs = lang.locales.filter((item) => item !== lang.locale);
|
|
157
156
|
const languages = {};
|
|
158
157
|
langs.forEach((item) => {
|