feat: Update Vite configuration for PWA support
- Add PWA metadata including app ID, categories, and language settings. - Enhance configuration for better integration with social and utility features.
This commit is contained in:
parent
5175c20d82
commit
6ffcc759cf
1 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,9 @@ export default defineConfig(({ mode }) => ({
|
||||||
orientation: 'portrait',
|
orientation: 'portrait',
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
scope: '/',
|
scope: '/',
|
||||||
|
id: 'ario-nostr-hub',
|
||||||
|
categories: ['social', 'utilities'],
|
||||||
|
lang: 'en',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: 'pwa-192x192.png',
|
src: 'pwa-192x192.png',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue