Compare commits

...

1 Commits

Author SHA1 Message Date
Fabian Stamm
8ed18a9695 Add title to generated html 2020-11-04 04:49:53 +01:00

View File

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