We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91081a3 commit 350963eCopy full SHA for 350963e
src/generators/web/utils/processing.mjs
@@ -107,7 +107,7 @@ export async function processJSXEntries(
107
bundleCode(clientCodeMap),
108
]);
109
110
- const titleSuffix = `Node.js v${version.version} Documentation`;
+ const titleSuffix = `Node.js ${version.version} Documentation`;
111
112
// Step 3: Create final HTML (could be parallelized in workers)
113
const results = await Promise.all(
0 commit comments