Skip to content

Commit cead054

Browse files
committed
fix: version information in title
1 parent cb4a520 commit cead054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/web/utils/processing.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export async function processJSXEntries(
8282
// Bundle all client code at once (with code splitting for shared chunks)
8383
const clientBundle = await bundleCode(clientCodeMap);
8484

85-
const titleSuffix = `Node.js v${version} Documentation`;
85+
const titleSuffix = `Node.js v${version.version} Documentation`;
8686

8787
const speculationRulesString = JSON.stringify(SPECULATION_RULES, null, 2);
8888

0 commit comments

Comments
 (0)