https://app.netlify.com/sites/esri-vite-react/overview.
Log: Netlify App
esri-vite-react
https://esri-vite-react.netlify.app
Deploys from GitHub.
I’m trying to figure out why there are 404’s and nothing is rendered.
This site deploys to GH Pages: Vite + React + ArcGIS
dig
2
When deploying to Netlify you need to remove base
from the vite config as you are deploying to the domain root and not a sub-path.
1 Like
Thank you! I was deploying to GH pages at one time and forgot about this.
Wonderful, glad you could get a resolution!