We are planning on use “Spaces Object Storage” to launch a static website created with create-react-app. Is there a way to set our initial route to “/” instead or “/index.html”- currently we are using react router and have to set it like below. If we try to host with “/” the site doesn’t build correctly with Digital Ocean.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
When there is a fresh page load for ’/’ the server looks for a file and does not find one, you would need to configure the application to respond to a request to ’/’ by serving ‘index.html’.
The developer cloud
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.