Skip to content

Commit

Permalink
docs: Fix sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Dec 13, 2024
1 parent aacac52 commit ab22936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const config = require('./config');
const config = require('./src/config');

/** @type {import('next-sitemap').IConfig} */
module.exports = {
Expand Down
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"dev": "next dev",
"lint": "eslint src && tsc && prettier src --check && node lintLinks.mjs",
"test": "echo 'No tests yet'",
"build": "next build",
"sitemap": "next-sitemap",
"build": "next build && next-sitemap",
"start": "next start"
},
"dependencies": {
Expand Down

0 comments on commit ab22936

Please sign in to comment.