From 88b4176c7ee74d099c3c07f650947dc2c2473ab2 Mon Sep 17 00:00:00 2001 From: Tomas Mizera Date: Fri, 1 Dec 2023 16:18:17 +0100 Subject: [PATCH] fix missing product name in page titles --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 7fa64348..97bc39c4 100755 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -37,7 +37,7 @@ module.exports = { locales: { '/': { lang: 'en-US', - title: ' ', + title: 'Mergin Maps', // description: 'Enjoy the feeling when you make sense of your geo-data on maps' } },