infiniteluke / next-static

A simple static blog powered by next.js
MIT License
105 stars 9 forks source link

what is the meaning of export posts to static files ? #14

Closed mydearxym closed 6 years ago

mydearxym commented 6 years ago

hi there ~

in your next.config.js, each post has export to static html with it's own url, but what's the meaning of it ?

for example when posts/10 (post with id 10) updated it's content, the static /posts/10 will still be the old version .. plus the pagination is hard to do either .

i am confused