NextJS
NextJS
NextJS

Specifying the Output Location of Sitemap in next-sitemap

2023-05-25

Specifying the Output Location of Sitemap in next-sitemap

This article explains how to change the the location of a website's sitemap and fix path errors in next-sitemap.

NextJS
NextJS
SEO
SEO
Generating Sitemaps for Next.js Applications Using next-sitemap

2023-05-25

Generating Sitemaps for Next.js Applications Using next-sitemap

This article introduces the process of creating a sitemap for a Next.js website using the next-sitemap library and submitting it to Google Search Console.

NextJS
NextJS
SEO
SEO
Calling Slack API in Next.js

2023-02-25

Calling Slack API in Next.js

This article presents a solution to the common CORS (Cross-Origin Resource Sharing) error encountered when calling the Slack API in Next.js.

JavaScript
JavaScript
NextJS
NextJS
Slack
Slack
Next SEO

2022-02-28

Next SEO

This article introduces next-seo, a plugin for enhancing SEO management in Next.js applications.

JavaScript
JavaScript
NextJS
NextJS
Running Command During Hot Reload in Next.js

2022-02-25

Running Command During Hot Reload in Next.js

This article introduces how to configure a Next.js project to run custom commands during hot reload.

JavaScript
JavaScript
NextJS
NextJS