Click a link to test if it's working in your hosting environment
getStaticProps()
Can a page be statically generated (SSG)?
getServerSideProps()
Can a page be server rendered (SSR)?
Image Optimization
Are images using the Next/Image component optimized?
Incremental Static Regeneration (ISR)
Does Incremental Static Regeneration (ISR) work?
On Demand ISR
Can you use revalidate() in an API Route?
API Routes
Do API routes work?
Middleware Redirect
Should redirect to homepage with success url param
Dynamic Routes
Should handle generated a SSR Dynamic Route
next.config.js Redirect
Should perform a 308 Redirect
next.config.js Rewrite
Should perform url rewrite
Edge Runtime
Should execute API routes with Edge Runtime
Sub-Path Internationalization
Should navigate to the French version of the page
JSS Image Optimization
JSS images using NextImage component should be optimized