Hello,
I am facing following issue after build and upload the static assets of the dist
directory with zeit.co/now service:
On page reload all pages are simply not available, because they are called like:
I need to explicit set
Is there some option missing in the Nuxt config to make this work? I now changed back to npm
mode of the deployment to make it work again but curious why this issue occurs.