Skip to content

Commit

Permalink
Merge pull request #668 from iamvishnusankar/fix/docs-next-sitemap
Browse files Browse the repository at this point in the history
[Fix] Docs - Added next-sitemap export mode
  • Loading branch information
iamvishnusankar committed Jul 3, 2023
2 parents 72337d9 + 79d21a8 commit 296fb4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/next-sitemap.config.js
Expand Up @@ -2,5 +2,5 @@
module.exports = {
siteUrl: process.env.NEXT_PUBLIC_APP_URL,
generateRobotsTxt: true,
generateIndexSitemap: false,
output: 'export',
}
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -26,7 +26,7 @@
"mdast-util-toc": "^6.1.1",
"next": "13.4.4",
"next-contentlayer": "^0.3.2",
"next-sitemap": "^4.1.3",
"next-sitemap": "workspace:*",
"next-themes": "^0.2.1",
"postcss": "8.4.23",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -5984,7 +5984,7 @@ __metadata:
mdast-util-toc: ^6.1.1
next: 13.4.4
next-contentlayer: ^0.3.2
next-sitemap: ^4.1.3
next-sitemap: "workspace:*"
next-themes: ^0.2.1
postcss: 8.4.23
react: 18.2.0
Expand Down Expand Up @@ -10797,7 +10797,7 @@ __metadata:
languageName: unknown
linkType: soft

"next-sitemap@npm:^4.1.3, next-sitemap@workspace:*":
"next-sitemap@workspace:*":
version: 4.1.8
resolution: "next-sitemap@npm:4.1.8"
dependencies:
Expand Down

0 comments on commit 296fb4f

Please sign in to comment.