globalseo
Advanced tools
Comparing version 2.2.3 to 2.2.4
{ | ||
"name": "globalseo", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,3 +37,3 @@ const { getGlobalseoActiveLang, getGlobalseoOptions } = require("../configs"); | ||
const [srcUrl, srcWidth] = src.split(" "); | ||
const url = new URL(srcUrl); | ||
const url = new URL(srcUrl, window.location.origin); | ||
url.hostname = originalWebsiteHostname; | ||
@@ -40,0 +40,0 @@ return `${url.href} ${srcWidth}`; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
564349