From 0b7d36dc384358984de9ded69916aa1cccd6274a Mon Sep 17 00:00:00 2001 From: Pedro Carreno <34664891+Pkcarreno@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:59:53 -0400 Subject: [PATCH] fix(meta): improve metatags --- index.html | 22 +++++++++++++++++++++- vite.config.ts | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f0e64d1..1459491 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,27 @@ - JSoD - JS on Demand + + JSoD + + + + + + + + + + diff --git a/vite.config.ts b/vite.config.ts index 27d3d04..53fbc69 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -66,7 +66,7 @@ export default defineConfig(({ mode }) => { registerType: 'prompt', injectRegister: 'auto', manifest: { - name: 'JS on Demand', + name: 'JSOD', short_name: 'JSOD', id: 'com.pkcarreno.jsod', start_url: `${process.env.BASE_URL}/`,