Hi @denyshutsal,
Thanks for reaching out and welcome to Netlify’s Support Forums!
I believe the issue may be caused as the folder for layout is all lowercase on your GitHub repo:
https://github.com/denyshutsal/van-life/blob/main/src/components/layout/Layout.js
Here it shows as layout/Layout and the error shows:
Module not found: Error: Can’t resolve ‘./components/Layout/Layout’ in ‘/opt/build/repo/src’
If you change the Folder name to Layout
so it’s Layout/Layout.js
and see if you continue to have the same issue.
We have a Support Guide here that may also help with troubleshooting: