You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, the feature "generateStaticRoutes": true does work pretty well but unfortunately especially for the landingpage, so the main index.vue it does not work, so this page is always re-rendered on the server on each request. Any ideas about that? @danielroe
I assume it has something to do with the fact that the index.html is maybe also the route for the fallback ssr lambda function.
The text was updated successfully, but these errors were encountered:
When setting lambdaName: 'notindex' in nuxt.config it works but then the server fallback for not-generated pages does not work and I just get a 404 from vercel.
Hey, the feature
"generateStaticRoutes": true
does work pretty well but unfortunately especially for the landingpage, so the main index.vue it does not work, so this page is always re-rendered on the server on each request. Any ideas about that? @danielroeI assume it has something to do with the fact that the index.html is maybe also the route for the fallback ssr lambda function.
The text was updated successfully, but these errors were encountered: