Skip to content

Commit 4c3782c

Browse files
avivkellerCopilot
andcommitted
Update src/generators/web/utils/processing.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 026518d commit 4c3782c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)