Skip to content

Commit

Permalink
fix: revert config path rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Dec 14, 2024
1 parent 5f2775a commit 3d5e74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-sitemap-x/src/utils/path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getConfigFilePath = async () => {
const args = minimist(process.argv.slice(2))

// Config file path
const configPath = getPath(args.config || 'next-sitemap-x.config.js')
const configPath = getPath(args.config || 'next-sitemap.config.js')

// Check file stat
return fs
Expand Down

0 comments on commit 3d5e74e

Please sign in to comment.