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
The homepage and /posts routes should load all posts from getServerSideProps() in order to render the posts on the server. This will enable indexing by search engines.
The homepage and
/postsroutes should load all posts fromgetServerSideProps()in order to render the posts on the server. This will enable indexing by search engines.