Skip to content

Commit

Permalink
generate sitemap in path that will be deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jan 27, 2024
1 parent f8327b1 commit d7664bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/next-sitemap.config.js
Expand Up @@ -4,6 +4,7 @@ const { getVersions } = require('./src/static/getVersions');
module.exports = {
siteUrl: 'https://immutable-js.com',
generateRobotsTxt: true,
outDir: './out',
exclude: [
'/docs',
...getVersions()
Expand Down

0 comments on commit d7664bf

Please sign in to comment.