We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c24b9 commit 797c8d3Copy full SHA for 797c8d3
1 file changed
src/generators/web/utils/processing.mjs
@@ -98,7 +98,7 @@ export async function processJSXEntries(entries, template) {
98
bundleCode(clientCodeMap, virtualImports),
99
]);
100
101
- const titleSuffix = `Node.js v${version.version} Documentation`;
+ const titleSuffix = `Node.js ${version.version} Documentation`;
102
103
// Step 3: Render final HTML pages
104
const results = await Promise.all(
0 commit comments