From 8ed18a9695b38418b118c1b60845b001b2bca8d3 Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Wed, 4 Nov 2020 04:49:53 +0100 Subject: [PATCH] Add title to generated html --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) 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" }, },