In the official documentation, it is written that SSG needs to rebuild the build if the content is updated.
However, you can update the screen by calling API in hooks such as create and mount.
If so, what does it mean to have to rebuild the build to update the content?
Can I think of it as returning a pre-built document to SSG at first and acting like SPA through Hydration?