#nextjs
Read more stories on Hashnode
Articles with this tag
This is how I integrated Intercom into a Next.js website. Intercom has a guide on how to setup a single page app Integrate Intercom in a single page...
You'll sometimes want CMS users to have more control over the text content so they can style it any way they like. To allow this Netlify CMS has the...
We can now edit data using Netlify CMS, while its functional I'm sure you'll agree its not exactly pretty! Lets add some Tailwind CSS to show a...
We're finally ready to deploy our site to Netlify! Netlify.toml Make a file at the top level of your directory called netlify.toml, and fill it...
The default method of integrating Netlify CMS with Next.js is not super flexible so lets use an alternative method... We want custom previews so lets...
We're going to be using markdown to create our pages so lets add a markdown loader: yarn add frontmatter-markdown-loader -D Add markdown...