better name :)

This commit is contained in:
ashastral 2022-03-09 17:53:02 -08:00
parent b726f0d8b2
commit 72b45087b6

View file

@ -30,7 +30,7 @@ module.exports = {
}, },
plugins: [ plugins: [
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({
title: 'Optimle, a word guessing game', title: 'Optimle, a word guessing metagame',
meta: {viewport: 'width=device-width, initial-scale=1, shrink-to-fit=no'}, meta: {viewport: 'width=device-width, initial-scale=1, shrink-to-fit=no'},
}), }),
], ],