generating calendar html

This commit is contained in:
Sriram Hariharan
2023-09-17 15:20:42 -05:00
parent e199a0b766
commit 1fac71dbd1
6 changed files with 26 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ export function getBuildPlugins(mode: Environment, htmlEntries: EntryId[], manif
hash: false,
filename: `${entryId}.html`,
chunks: [entryId],
title: `${manifest.short_name} ${entryId} `,
title: `${entryId} `,
template: path.resolve('webpack', 'plugins', 'template.html'),
})
);