From 72b45087b60233e16bd7028e972b2c279a2f0c8c Mon Sep 17 00:00:00 2001 From: ashastral Date: Wed, 9 Mar 2022 17:53:02 -0800 Subject: [PATCH] better name :) --- web-optimle/www/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-optimle/www/webpack.config.js b/web-optimle/www/webpack.config.js index 2e24db0..f38ccc8 100644 --- a/web-optimle/www/webpack.config.js +++ b/web-optimle/www/webpack.config.js @@ -30,7 +30,7 @@ module.exports = { }, plugins: [ 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'}, }), ],