diff --git a/src/generators/web/utils/processing.mjs b/src/generators/web/utils/processing.mjs index d6474fb4..eeb5c091 100644 --- a/src/generators/web/utils/processing.mjs +++ b/src/generators/web/utils/processing.mjs @@ -82,7 +82,7 @@ export async function processJSXEntries( // Bundle all client code at once (with code splitting for shared chunks) const clientBundle = await bundleCode(clientCodeMap); - const titleSuffix = `Node.js v${version} Documentation`; + const titleSuffix = `Node.js v${version.version} Documentation`; const speculationRulesString = JSON.stringify(SPECULATION_RULES, null, 2);