Hi i have tried to use it and in vercel while deployment i am facing a issue as below
Thanks for the response! you can find it here.
github.com/achuthhadnoor/www/blob/...
Your next.config.js looks fine, I think you should open an issue in contentlayer repository.
next.config.js
looks like you are using the same version of the next-contentlayer , contentlayer , v0.0.33 build works fine in local but when i deploy to vercel it fails with the error
Yes, That's a weird error I have never faced something similar.
So the issue was with the node version on vercel the required was >=14 but i had 12... When i upgraded then it worked
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi i have tried to use it and in vercel while deployment i am facing a issue as below

Thanks for the response!
you can find it here.
github.com/achuthhadnoor/www/blob/...
Your
next.config.jslooks fine, I think you should open an issue in contentlayer repository.looks like you are using the same version of the next-contentlayer , contentlayer , v0.0.33
build works fine in local
but when i deploy to vercel it fails with the error
Yes, That's a weird error I have never faced something similar.
So the issue was with the node version on vercel the required was >=14 but i had 12... When i upgraded then it worked