How to fetch additionnal posts in SSG? #1685
Unanswered
heyalexnet
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@ineation did you find a solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@atinux do you have an idea? Currently I had to disable SSG to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a page that list a few posts and a button to enable to see more posts.
Here is the link to a minimal case: https://stackblitz.com/edit/nuxt-starter-xbc4jj?file=app.vue
It works as intended in dev mode but I cannot make it work in SSG (
generate
, thenpreview
): when I click on the button it doesn't show the additionnal posts.What am I missing? Is there another way to do that that will work in SSG?
Beta Was this translation helpful? Give feedback.
All reactions