Add title to generated html
This commit is contained in:
parent
2ebbab3aab
commit
8ed18a9695
@ -91,6 +91,7 @@ export default VIEWS.map((view) => ({
|
|||||||
}),
|
}),
|
||||||
typescript({ sourceMap: dev, inlineSources: dev }),
|
typescript({ sourceMap: dev, inlineSources: dev }),
|
||||||
html({
|
html({
|
||||||
|
title: view,
|
||||||
attributes: {
|
attributes: {
|
||||||
html: { lang: "en" },
|
html: { lang: "en" },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user