SSG deployment on vercel is not prerendering / generating html files
Vercel seems to do some kind of magic, which results in a difference between local builds and the build output visible on vercel.
We're not sure what exactly happens, but: at vercel
[...slug].vue
work when visited from the root, but not when visited directly.
It seems this might be, because at vercel there is only the _payload.json
in the <slug>/
directory, but no index.html
any help or pointer would be greatly appreciated, thanks π0 Replies