-
Notifications
You must be signed in to change notification settings - Fork 29.3k
example: Added with-contentlayer example #30045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example: Added with-contentlayer example #30045
Conversation
Added missed "
+1 for Contentlayer example for MD or MDX file types
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@imadatyatalah When deploying this example on Vercel, I receive the following errors:
|
Ah yeah looks like there's a bug - @imadatyatalah would you be willing to address that? |
hey @slavakurilyak & @leerob, I have tried to deploy the example to Vercel and I got the same error, The error was just from the missed @slavakurilyak you can add a {
"compilerOptions": {
"baseUrl": ".",
"paths": {
"contentlayer/generated": ["./.contentlayer/generated"]
}
},
"include": [".contentlayer/generated"]
} @leerob Should I add |
If you could make a new PR, I'm happy to get it approved and merged! |
@leerob I have created a new PR #37257, Thanks @slavakurilyak for spotting this issue! |
Documentation / Examples