From 3d778807f1268c5447ed20efbee6de9cc33f9e09 Mon Sep 17 00:00:00 2001 From: "Adolfo R. Brandes" Date: Thu, 26 Jun 2025 19:28:02 -0300 Subject: [PATCH] fix: update index.html The only purpose of the included index.html is to serve the dev environment, so modify it to make that clear. --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 96cf5255..e8c9ca09 100644 --- a/public/index.html +++ b/public/index.html @@ -1,10 +1,9 @@ - <%= (htmlWebpackPlugin.options.SITE_NAME && htmlWebpackPlugin.options.SITE_NAME != 'null') ? 'Authentication | ' + htmlWebpackPlugin.options.SITE_NAME : 'Authentication' %> + Authentication Development Site> -