Skip to content

Commit

Permalink
feat(pwa): PWA app now starts on timer page
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanziness committed Dec 31, 2020
1 parent 7d208cf commit 595f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default {
manifest: {
name: 'AnotherPomodoro - free & modern Pomodoro app',
short_name: 'AnotherPomodoro',
start_url: '/'
start_url: '/timer?standalone=true'
}
},

Expand Down

0 comments on commit 595f372

Please sign in to comment.