Settings to make PWA manifest and sw.js path relative? #17676
Unanswered
iklemm
asked this question in
CLI - PWA mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work with Quasar 2 and vite.
When i publish as PWA, it is assumed that PWA is served from the root of a domain. In my cases all my PWA are on subfolders, so i need relative paths for loading manifest and sw.js.
I can fix this manually within index.html and index-xyz-js, but isn't there a way to configure this?
Btw: With Quasar v1 this was possible and worked well.
Beta Was this translation helpful? Give feedback.
All reactions