Skip to content
This repository was archived by the owner on Feb 22, 2025. It is now read-only.

Commit 5038da5

Browse files
committed
added next-sitemap config
1 parent 1663416 commit 5038da5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

next-sitemap.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** @type {import('next-sitemap').IConfig} */
2+
3+
module.exports = {
4+
siteUrl: process.env.SITE_URL || "https://domain.com",
5+
changefreq: "daily",
6+
priority: 0.7,
7+
sitemapSize: 5000,
8+
generateRobotsTxt: true,
9+
};

0 commit comments

Comments
 (0)