1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ReactアプリをNetlifyにデプロイする備忘録

Posted at

React-router-domを使ったアプリをNetlifyにデプロイ

普通にデプロイするだけならいいけど、React-router-domを使ったReactアプリをデプロイしたときNetlifyでは「Page not found」と言われて怒られてしまう。これの解決に苦労したので備忘録を残しておこう。

「_redirects」ファイルをpublicフォルダ直下に配置する

たったこれだけです。では_redirectsファイルにはどのような記述をすればいいでしょうか。下記が記載するべきコードです
/* /index.html 200
この記載をした_redirectsファイルをpublicフォルダー配下に置きましょう。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?