export async function getStaticProps() {
  // Important to give absolute path so Next can trace build files
  const context = {
    buildDirectory: path.join(process.cwd(), 'build'),
    config,