globalseo
Advanced tools
Comparing version 2.2.4 to 2.2.5
{ | ||
"name": "globalseo", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"description": "Translate your React.js or Next.js app with AI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ const { getGlobalseoActiveLang, getGlobalseoOptions } = require("../configs"); | ||
// replace src because nextjs will replace the whole html on rerender | ||
if (options.translationMode == "subdomain" && !window.isWorker && window.activeSubdomain) { | ||
if (options.translationMode == "subdomain" && window.activeSubdomain) { | ||
// get all elements with src attribute | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
564303