next-contentlayer
next-contentlayer copied to clipboard
A template with Next.js 13 app dir, Contentlayer, Tailwind CSS and dark mode.
**Issue** : getting warning in console for Extra attributes from the server: class,style template version: "version": "0.1.0" **Description**: Getting warning when run `npm run dev` in browser console ``` Warning:...
Hi, I wanted to know if it is possible to add json ld schema in a post for seo. Thanks!
First off, this is not an issue with this repo, but the repo is affected by a bug in a dependency that it uses, and wanted to bring awareness to...
Related: #17 #16 #17 I can't get remark-gfm to work as a plugin for extending markdown support to include Github Flavoured Markdown. Adding an ``` mdx: { remarkPlugins: [remarkGfm], }...
Fix next 14.04: > Unhandled Runtime Error Error: Cannot access .propTypes on the server. You cannot dot into a client module from a server component. You can only pass the...
What the title says.
Author , Utility Function for seo and some formatting and tailwind
There was a layout shift that was caused as you navigate from one route to another which was caused by content spanning horizontally was not the same across the page
Is it possible to enable syntax coloring in this example? I installed `rehype-highlight` and followed https://www.contentlayer.dev/docs/reference/source-files/make-source-a5ba4922#mdx to get this: ```typescript export default makeSource({ contentDirPath: "./content", documentTypes: [Post, Page], mdx: {...
I get the following error on Vercel during the build of a production server - however it works on my local machine in dev and prod mode. ``` ./pages/api/blog.rss.ts:1:30 12:47:21.431...