chore: Resolve sitemap config by turning it into .cjs

This commit is contained in:
Dries Augustyns
2025-12-20 11:27:08 +01:00
parent 070fd812b2
commit 122713c39a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"prebuild": "node scripts/generate-openapi.js && npx tsx scripts/generate-docs.mts && fumadocs-mdx",
"build": "next build",
"sitemap": "next-sitemap",
"sitemap": "next-sitemap --config next-sitemap.config.cjs",
"predev": "node scripts/generate-openapi.js && npx tsx scripts/generate-docs.mts && fumadocs-mdx",
"dev": "next dev --turbo --port 1000",
"start": "next start",