Commit 66f03dfe authored by pooya parsa's avatar pooya parsa

add start_url without redirect

parent d4560741
...@@ -21,7 +21,8 @@ export default { ...@@ -21,7 +21,8 @@ export default {
name: 'Nuxt Hacker News', name: 'Nuxt Hacker News',
short_name: 'Nuxt HN', short_name: 'Nuxt HN',
description: 'HackerNews clone built with Nuxt.js', description: 'HackerNews clone built with Nuxt.js',
theme_color: '#188269' theme_color: '#188269',
start_url: '/news?stand_alone=1'
}, },
modules: [ '~/modules' ], modules: [ '~/modules' ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment