Skip to content

Commit

Permalink
chore(docs): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
krisantrobus committed Dec 19, 2024
1 parent da482c5 commit 677d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paste-website/src/pages/sitemap.xml.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Sitemap = (): React.ReactElement | null => {
export const revalidate = "force-cache";

const getRoutes = (): void => {
const pagesDirectory = path.join(process.cwd(), "pages");
const pagesDirectory = path.join(process.cwd(), "src/pages");
const fileNames = fs.readdirSync(pagesDirectory);

const files = fileNames
Expand Down

0 comments on commit 677d12f

Please sign in to comment.