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

Commit 0a406f5

Browse files
committed
use prod url
1 parent effe0ff commit 0a406f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next-sitemap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @see https://github.com/iamvishnusankar/next-sitemap
22
module.exports = {
3-
siteUrl: 'https://the-nextjs-starter.vercel.app/',
3+
siteUrl: 'https://nextjs-wordpress-starter.vercel.app/',
44
generateRobotsTxt: true,
55
changefreq: 'weekly'
66
}

0 commit comments

Comments
 (0)