App in pwa option in subdirectory
-
Hello, I need to create pwa in sub directory. Example
domain.com.pl/pwa/HEREAPPI build project here but it is not working offline. I change
start_url: “/pwa/index.html”, scope: “/pwa/”,
and in sw
registrationOptions: { scope: "/pwa/" },
Anyone can assist in this ?
-
I have a pwa running at mydomain.com/myfolder/myPWA. I did not have to change any build settings for my PWA in Quasar. I just put the contents of the build folder in
www/myPWA
of your webserver instead of thewww root
.
And I can reach the pwa at mydomain.com/myfolder/myPWA -
I found also change router to history helped.