diff --git a/rollup.config.js b/rollup.config.js index 6ae5285..c9a1d7e 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -91,6 +91,7 @@ export default VIEWS.map((view) => ({ }), typescript({ sourceMap: dev, inlineSources: dev }), html({ + title: view, attributes: { html: { lang: "en" }, },