7.

Which of the following statements about the getStaticProps function in Next.js is true?

The function is executed on the client-side during build time.

The function is executed on the server-side during build time.

The function is executed on the client-side during runtime.

The function is executed on the server-side during runtime.