From 8f619c81ccd05c33d499d3a0fdfb106c1b4a1043 Mon Sep 17 00:00:00 2001 From: Sebas <36385457+ZEBAS204@users.noreply.github.com> Date: Wed, 29 Mar 2023 18:26:35 -0300 Subject: [PATCH] Improve comments --- vite.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 9200678..ea53572 100644 --- a/vite.config.js +++ b/vite.config.js @@ -67,8 +67,10 @@ export default defineConfig({ inject: { data: { - title: 'I-GEN | Multilanguage Random World Generator', + // Title to be used in the document + title: 'I-GEN | Multilanguage Random Word Generator', }, + // HTML Tags to inject into the document tags: [...headMetadata()], }, }),