I"m having trouble figuring out what’s wrong with my settings. I think the problem is this field here:
Publish directory
The relative path of the directory containing built assets to publish. Examples:./build
,dist
and frontend/build
.
I tried inputting “.”, “client”, and “client/src”. My website is going live but only displaying “not found”. I’m sure this is a path issue, as my website can be hosted locally and works fine. My index.js file is in ./client/src, and when I host locally I’m running “npm start” from my client folder to get everything launched correctly.
This is my first attempt at launching a website live, so thanks everyone for reading and being patient in advance!