Skip to content

Commit 88b4176

Browse files
committed
fix missing product name in page titles
1 parent 9e3a360 commit 88b4176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
locales: {
3838
'/': {
3939
lang: 'en-US',
40-
title: ' ',
40+
title: 'Mergin Maps',
4141
// description: 'Enjoy the feeling when you make sense of your geo-data on maps'
4242
}
4343
},

0 commit comments

Comments
 (0)