We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1456749 commit bad4449Copy full SHA for bad4449
next-sitemap.config.js
@@ -2,7 +2,7 @@
2
module.exports = {
3
siteUrl: 'https://nodejs.org',
4
generateRobotsTxt: true,
5
- trailingSlash: true,
+ trailingSlash: false,
6
generateIndexSitemap: false,
7
robotsTxtOptions: {
8
policies: [
next.config.mjs
@@ -19,7 +19,7 @@ const withNextra = nextra({
19
});
20
21
export default withNextra({
22
23
images: { unoptimized: true },
24
outputFileTracing: false,
25
basePath: process.env.NEXT_BASE_PATH || '',
0 commit comments