Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/cra-template-typescript/template/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Serve the root index.html for all client-side routes when hosted in Netlify or GitLab Pages.
# More information here: https://create-react-app.dev/docs/deployment/#serving-apps-with-client-side-routing

/* /index.html 200
4 changes: 4 additions & 0 deletions packages/cra-template/template/public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Serve the root index.html for all client-side routes when hosted in Netlify or GitLab Pages.
# More information here: https://create-react-app.dev/docs/deployment/#serving-apps-with-client-side-routing

/* /index.html 200