elmasse / nextein

A static site generator with markdown + react for Next.js

Home Page:https://nextein.elmasse.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when clicking on a link to a post when production build is redeployed

elmasse opened this issue · comments

Steps to reproduce:

  • Export a production build.
  • Serve its output using serve or any other http server.
  • Navigate to a page with posts links.
  • Re-Export the production build.
  • Click on a link to a post.
  • Error occurred since the new json file has a new BUILD_ID and current page points to old one.