then when I try to take a look at the deployed site it says not found
I could take a SS from the not found screen but apparently new users cannot upload more than 1 embedded media…
sorry in advance if this issue has been discussed before
If you’re getting a Static Site showing “Not found”, it’s usually due to the “Publish Directory” being incorrect/your build is not where you expect. The Publish Directory needs to be set to where the root index.html file is generated. Maybe run npm run build locally to see where your Static Files are generated.