This page uses generateStaticParams to render and cache static pages at build time, even though the URL has a dynamic paramter. Pages that are not included in generateStaticParams will be fetched & rendered on first access and then cached for subsequent requests (this can be disabled). It's like doing dynamic rendering once then cache it forever...