NextJS pages router SSG site that now wants to become interactive
Unanswered
Chartreux posted this in #help-forum
ChartreuxOP
Hello guys! I have a site that is mainly SSG. It gets generated at build time. Its a profile web page for a lot of cats. Now I want to add comments on those profile pages. What would be the approach to add that? Currently all the data im fetching gets done during build time with getStaticProps()