Skip to content

Commit 9b99123

Browse files
avivkellerCopilot
andauthored
Update src/generators/web/utils/processing.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5b9fa1c commit 9b99123

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
@@ -102,7 +102,7 @@ export async function processJSXEntries(entries, template) {
102102

103103
const titleSuffix = populate(config.title, {
104104
...config,
105-
version: `v${config.version.version}`,
105+
version: config.version.version,
106106
});
107107

108108
// Step 3: Render final HTML pages

0 commit comments

Comments
 (0)