fix: broken links to next-wiki.useplunk.com

This commit is contained in:
Mikkel Svartveit
2026-03-11 14:20:59 +01:00
parent 57bfbf874b
commit e3ea5fb6dc
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function filePathToUrl(filePath) {
}
const config = {
siteUrl: process.env.NEXT_PUBLIC_WIKI_URI || 'https://next-wiki.useplunk.com',
siteUrl: process.env.NEXT_PUBLIC_WIKI_URI || 'https://docs.useplunk.com',
generateRobotsTxt: true,
additionalPaths: async () => {
const contentDocsPath = path.join(__dirname, 'content', 'docs');