Issue Description:
I am encountering an issue with deploying my website on Netlify. Despite successful deployment, the styles and images are not loading properly. The project structure includes a dist
folder where CSS files and images are located. However, after deployment, it seems like Netlify is unable to locate these assets.
Steps Taken:
- Verified that the assets are present in the
dist
folder locally. - Checked the build process locally to ensure that assets are properly generated.
- Reviewed the build logs on Netlify for any errors or warnings related to asset loading.
Expected Outcome:
I expect the deployed website on Netlify to render with all styles and images properly loaded, as it does in my local environment.
Additional Information:
- Project Repository: GitHub - mtsiuniak/apartment-renovation-new-jersey
- Netlify Site URL: https://silver-torrone-a04c61.netlify.app
Any assistance or insights on resolving this issue would be greatly appreciated. Thank you!