globalseo
Advanced tools
Comparing version 2.2.27 to 2.2.28
{ | ||
"name": "globalseo", | ||
"version": "2.2.27", | ||
"version": "2.2.28", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -56,2 +56,5 @@ const { getGlobalseoActiveLang, getGlobalseoOptions } = require("../configs"); | ||
url.hostname = originalWebsiteHostname; | ||
if (options.domainSourcePrefix) { | ||
url.pathname = `${options.domainSourcePrefix}${url.pathname}`; | ||
} | ||
return `${url.href} ${srcWidth}`; | ||
@@ -63,2 +66,5 @@ }).join(", "); | ||
url.hostname = originalWebsiteHostname; | ||
if (options.domainSourcePrefix) { | ||
url.pathname = `${options.domainSourcePrefix}${url.pathname}`; | ||
} | ||
el[attr] = url.href; | ||
@@ -65,0 +71,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
585319
3682