Deployment
Each server has different functionality and deployment configuration.
Make sure you have configured it correctly according to your service provider's instructions.
Netlify
CRA
- Create file
_redirects
inpublic
folder. - Create file
netlify.toml
in root project.
Next.js
- Update in
package.json
. - Create file
netlify.toml
in root project. - Connect with git and deploy.