You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using Contentlayer, a content SDK that transforms Markdown & MDX content into type-safe JSON data for React applications.
Suggested solution
Remove Contentlayer and move into Content Collections. Content Collections is a Contentlayer-inspired content framework created by Sebastian Sdorra. It addresses limitations found in Contentlayer, such as the inability to define an email or URL type for a given field.
Additional context
Contentlayer has been effectively unmaintained since their main sponsor, Stackbit, was acquired by Netlify. Additionally, there are issues like Next.js App Router incompatibility. Here is a link to see how we need to do it: Content Collections Blog Post
Type of feature
💡 Feature
Current behavior
We are currently using Contentlayer, a content SDK that transforms Markdown & MDX content into type-safe JSON data for React applications.
Suggested solution
Remove Contentlayer and move into Content Collections. Content Collections is a Contentlayer-inspired content framework created by Sebastian Sdorra. It addresses limitations found in Contentlayer, such as the inability to define an email or URL type for a given field.
Additional context
Contentlayer has been effectively unmaintained since their main sponsor, Stackbit, was acquired by Netlify. Additionally, there are issues like Next.js App Router incompatibility. Here is a link to see how we need to do it:
Content Collections Blog Post
Here is their GitHub repository:
Content Collections GitHub
The text was updated successfully, but these errors were encountered: