-
Hi I tried npm run build or yarn run build But when I tried to deploy it to Vercel, this error shows up
I've make sure that layout using capital letter 'Layout' , |
Beta Was this translation helpful? Give feedback.
Answered by
hilmanski
Aug 6, 2021
Replies: 0 comments 2 replies
-
So, the uppercase should happen when importing maybe because of linux case sensitive rule |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hilmanski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So, the uppercase should happen when importing
import Layout from './components/Layout'
maybe because of linux case sensitive rule