Module not found: Can't resolve '@/components/site/footer' on Vercel
In development this works perfectly fine and it renders correctly, however when I deploy to vercel it throws this error:
Here is my
tsconfig.json
with the path alias set up as "@/*": ["./src/*"]
:
Solution:Jump to solution
Solved Problem: GitHub did not rename one of my files, and left it capitalized instead of changing it to be lower case and screwed over my deployments.
1 Reply
Solution
Solved Problem: GitHub did not rename one of my files, and left it capitalized instead of changing it to be lower case and screwed over my deployments.