Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
IR-2890: Update default app title (#10529)
Browse files Browse the repository at this point in the history
* Update default app title

* change casing

---------

Co-authored-by: Hanzla Mateen <[email protected]>
  • Loading branch information
CITIZENDOT and hanzlamateen authored Jul 8, 2024
1 parent e3e3af9 commit f22d38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default defineConfig(async () => {
process.env.VITE_PWA_ENABLED === 'true' ? PWA(clientSetting) : undefined,
ViteEjsPlugin({
...manifest,
title: clientSetting.title || 'Ethereal Engine',
title: clientSetting.title || 'iR Engine',
description: clientSetting?.siteDescription || 'Connected Worlds for Everyone',
// short_name: clientSetting?.shortName || 'EE',
// theme_color: clientSetting?.themeColor || '#ffffff',
Expand Down

0 comments on commit f22d38c

Please sign in to comment.