Skip to content

Commit

Permalink
Possible fix for missing sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
Relequestual authored Oct 13, 2023
1 parent 50712a4 commit 09cafbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: process.env.SITE_URL || 'https://json-schema.org/',
generateRobotsTxt: true, // (optional)
generateRobotsTxt: true, // (optional),
outDir: 'out',
// ...other options
}
}

0 comments on commit 09cafbe

Please sign in to comment.