Skip to content

Commit

Permalink
docs(sitemap): update pages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
anymaniax committed Nov 12, 2020
1 parent bd0ab95 commit 0ba9607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/build-sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const sitemap = require('nextjs-sitemap-generator');

sitemap({
baseUrl: 'https://orval.dev',
pagesDirectory: process.cwd() + '/.next/server/pages',
pagesDirectory: process.cwd() + '/src/pages',
targetDirectory: 'public/',
ignoredExtensions: ['js', 'map'],
ignoredPaths: ['/404'],
Expand Down

1 comment on commit 0ba9607

@vercel
Copy link

@vercel vercel bot commented on 0ba9607 Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.