To add random related articles at the bottom of blog posts (a common blog feature), I implemented an API in Next.js and then used amp-list to dynamically generate them.
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. Requirements, framework selection, and more.
Should you use MDX or Markdown for writing blog articles?
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. Now that markdown rendering works, it's time to apply styles.
I had a blog on WordPress, but the performance was slow, so I rebuilt it with Next.js. This article is about creating a custom loader for rendering MDX to make it AMP-compatible.
Adding search functionality to a Next.js blog using morphological analysis and flexsearch.
Adding amp-sidebar to a Next.js blog along with TypeScript and Material-UI.
I made my AMP-only blog built with Next.js also support PWA.
When using Next.js, you often customize settings with next.config.js. This article summarizes what can be configured in next.config.js and how to set it up.
A guide to deploying Next.js to Google App Engine via Cloud Build