in dev mode npm run dev
To be honest, I couldn't succeed in consistently publishing blog posts. Bora Oren
LayoutJoutnal.tsx
import "highlight.js/styles/docco.css";
import gherkin from "highlight.js/lib/languages/gherkin";
import javascript from "highlight.js/lib/languages/javascript";
import hljs from "highlight.js";
utils/mdx.tsx add
import rehypeHighlight from "rehype-highlight";
...
const rehypePlugins = [rehypeHighlight];
- reference
- [reference 2](How to add GoogleAnalytics 4 to NextJs app in 4 simple steps)