1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Default webapp name

This commit is contained in:
Chen-I Lim 2021-01-26 14:32:34 -08:00
parent 5228897e8d
commit 387150151a

View File

@ -78,7 +78,7 @@ function makeCommonConfig() {
}),
new HtmlWebpackPlugin({
inject: true,
title: 'OCTO',
title: 'Focalboard',
chunks: ['main'],
template: 'html-templates/page.ejs',
filename: 'index.html',