Skip to content

Commit 7954093

Browse files
committed
refactor: update next-sitemap config to use CJS format
1 parent c8d908c commit 7954093

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev": "next dev",
1010
"lint": "next lint",
1111
"lint:fix": "next lint --fix",
12-
"postbuild": "next-sitemap",
12+
"postbuild": " next-sitemap --config next-sitemap.config.cjs",
1313
"postinstall": "prisma generate",
1414
"pre-commit": "",
1515
"pre-push": "pnpm run lint",

0 commit comments

Comments
 (0)