vuestorefront / vue-storefront

Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
https://www.alokai.com
MIT License
10.63k stars 2.08k forks source link

Invalid start_url property in manifest.json #420

Closed dimasch closed 6 years ago

dimasch commented 6 years ago

Actual result: https://github.com/DivanteLtd/vue-storefront/blob/690b9f7771bb922aef226675ee4832baf66c8786/src/assets/manifest.json#L34

Expected result: "start_url": "/"

For pass PWA audit: https://developers.google.com/web/tools/lighthouse/audits/install-prompt

pkarw commented 6 years ago

It was our intention to have PWA.html as starting point for the demo.vuestorefront.io, as the “/“ is restricted by htaccsss

pkarw commented 6 years ago

https://demo.vuestorefront.io/pwa.html - it’s configured on nginx proxy

dimasch commented 6 years ago

Ok, thx!