Skip to content

Commit

Permalink
fix(pwa): change name
Browse files Browse the repository at this point in the history
  • Loading branch information
NuttyShrimp committed Apr 21, 2024
1 parent 68ec2a1 commit b1b4e99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default defineNuxtConfig({
strategies: 'generateSW',
registerType: 'autoUpdate',
manifest: {
name: 'Nuxt Vite PWA',
short_name: 'NuxtVitePWA',
name: 'SnapHold',
short_name: 'SnapHold',
theme_color: '#ffffff',
icons: [
{
Expand Down Expand Up @@ -60,9 +60,6 @@ export default defineNuxtConfig({
},
client: {
installPrompt: true,
// you don't need to include this: only for testing purposes
// if enabling periodic sync for update use 1 hour or so (periodicSyncForUpdates: 3600)
periodicSyncForUpdates: 20,
},
devOptions: {
enabled: true,
Expand Down

0 comments on commit b1b4e99

Please sign in to comment.