こういうときに、development環境以外で404ページが一瞬表示されることがある。
- gatsby-node.jsには404ページの設定がしてある状態。
pages/post/[id].tsx
がある
github-pageなどにデプロイしてexample.com/post/AAA
などにアクセスすると、一瞬404ページがフラッシュする。
解決方法
https://github.com/gatsbyjs/gatsby/issues/5329#issuecomment-484741119