The Next.js' website currently opts out of Auto Static Optimization because of a /_app which applies to only a subset of the Next.js app.
This custom app needs to only be applied against the /learn/* pages so our homepage and blog can be statically exported.