Skip to content

Commit f8327b1

Browse files
authored
upgrade next sitemap (#1978)
1 parent 32de514 commit f8327b1

File tree

4 files changed

+48
-46
lines changed

4 files changed

+48
-46
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ yarn-error.log
1010
TODO
1111
/website/.next
1212
/website/out
13-
/website/public/sitemap.xml
13+
/website/public/sitemap*.xml
1414
/website/public/robots.txt
1515
/gh-pages
1616
/npm

package-lock.json

Lines changed: 45 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"marked": "2.1.2",
109109
"microtime": "3.0.0",
110110
"next": "^14.1.0",
111-
"next-sitemap": "1.6.124",
111+
"next-sitemap": "4.2.3",
112112
"npm-run-all": "4.1.5",
113113
"prettier": "2.3.2",
114114
"react": "^18.2.0",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const { getVersions } = require('./src/static/getVersions');
22

3+
/** @type {import('next-sitemap').IConfig} */
34
module.exports = {
45
siteUrl: 'https://immutable-js.com',
56
generateRobotsTxt: true,

0 commit comments

Comments
 (0)