Skip to content

Commit

Permalink
fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
NPJigaK committed Oct 22, 2023
1 parent 09d4081 commit 470c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
generateRobotsTxt: true,
outDir: "./out",
additionalPaths: async (config) => [
await config.transform(config, "/na"),
await config.transform(config, "/en"),
await config.transform(config, "/ja"),
await config.transform(config, "/de"),
await config.transform(config, "/es"),
Expand Down

0 comments on commit 470c1b2

Please sign in to comment.