Update index.html and vite.config.ts for dynamic app name and manifest adjustments
- Replace static app name in index.html and use environment variable for dynamic title - Update Vite configuration to reflect new app name and description - Modify manifest icons for better clarity and organization - Remove deprecated logo asset from the project This commit enhances the app's configurability and aligns with the new branding strategy.
This commit is contained in:
parent
553bee51bb
commit
c655ce7702
13 changed files with 24 additions and 39 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB |
|
|
@ -147,7 +147,7 @@ export function useMarket() {
|
|||
relays: config.nostr.relays,
|
||||
selected: true,
|
||||
opts: {
|
||||
name: 'Ariège Market',
|
||||
name: `${import.meta.env.VITE_APP_NAME} Market`,
|
||||
description: 'A communal market to sell your goods',
|
||||
merchants: [],
|
||||
ui: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue