Skip to content

Commit e70849c

Browse files
Fix sitemap URLs to include /docs basePath
1 parent f6bfbf9 commit e70849c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs-v2/next-sitemap.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/** @type {import('next-sitemap').IConfig} */
22
module.exports = {
3-
siteUrl: "https://pipedream.com",
3+
siteUrl: "https://pipedream.com/docs",
44
generateRobotsTxt: true,
5-
basePath: "/docs",
65
outDir: "public",
76
changefreq: "daily",
87
priority: 0.7,

0 commit comments

Comments
 (0)