We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacac52 commit ab22936Copy full SHA for ab22936
docs/next-sitemap.config.js
@@ -1,4 +1,4 @@
1
-const config = require('./config');
+const config = require('./src/config');
2
3
/** @type {import('next-sitemap').IConfig} */
4
module.exports = {
docs/package.json
@@ -5,8 +5,7 @@
5
"dev": "next dev",
6
"lint": "eslint src && tsc && prettier src --check && node lintLinks.mjs",
7
"test": "echo 'No tests yet'",
8
- "build": "next build",
9
- "sitemap": "next-sitemap",
+ "build": "next build && next-sitemap",
10
"start": "next start"
11
},
12
"dependencies": {
0 commit comments