Build (0.15) doesn't work in subfolder (solved)
-
Hi everybody, I tried to upload a build of my project (quasar version 0.15) in a subfolder on my server. It can’t load the javascript files in the js folder. I tried with different servers but the result is the same. If I put the project in the root folder it works fine.
It tries to load the js files in this folder “mydomain.com/js” instead of “mydomain.com/subfolder/js”.
My old project developed in 0.14 worked fine in the subfolders. -
You need to set the
publicPath
see http://quasar-framework.org/guide/app-quasar.conf.js.html#Build-Property -
@alinex Thanks