(2 件のコメント) (0 件のリアクション) (2 人の担当者)HTML (1 件のフォーク)auto 404
designfrontendgood first issue

Repository metrics

Stars
 (2 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Add a 404 page for users that mistype a url or otherwise poke around too much.

Requirements

  • add a basic page MissingPage404 to /pages describing that the page does not exist
  • add a <Route path='*' exact={true} component={MissingPage404} /> to App

Other Notes

A mock up might be added later to give more specific guides of what the 404 page looks like, otherwise; just have fun with it.

コントリビューターガイド