Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Allow the main index route to be ssg rendered with getStaticProps #18

Merged
merged 1 commit into from
Jun 14, 2020

Commits on Jun 12, 2020

  1. Allow the main index route to be ssg rendered with getStaticProps

    Previously, the / route having associated data would cause the
    build to fail as it would attempt to reference an /.html file
    instead of /index.html
    
    This also fixes a stability issue with the snapshot test for
    _redirects, which are not necessarily generated in a stable order.
    etrepum committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    5f2134f View commit details
    Browse the repository at this point in the history