Add title to generated html

This commit is contained in:
Fabian Stamm 2020-11-04 04:49:53 +01:00
parent 2ebbab3aab
commit 8ed18a9695
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ export default VIEWS.map((view) => ({
}),
typescript({ sourceMap: dev, inlineSources: dev }),
html({
title: view,
attributes: {
html: { lang: "en" },
},