Skip to content

Commit 2dff824

Browse files
committed
fix(web): remove v prefix from version in page title
1 parent ba9ca89 commit 2dff824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/web/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default createLazyGenerator({
3030
defaultConfiguration: {
3131
templatePath: join(import.meta.dirname, 'template.html'),
3232
project: 'Node.js',
33-
title: '{project} v{version} Documentation',
33+
title: '{project} {version} Documentation',
3434
useAbsoluteURLs: false,
3535
editURL: `${GITHUB_EDIT_URL}/doc/api{path}.md`,
3636
pageURL: '{baseURL}/latest-{version}/api{path}.html',

0 commit comments

Comments
 (0)