We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5558c8 + 246566b commit d0a21c2Copy full SHA for d0a21c2
1 file changed
package.json
@@ -4,7 +4,8 @@
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
7
- "build": "next build && npx next-sitemap",
+ "build": "next build",
8
+ "postbuild": "next-sitemap",
9
"start": "next start",
10
"lint": "eslint"
11
},
@@ -14,7 +15,6 @@
14
15
"@vercel/analytics": "^1.6.1",
16
"lucide-react": "^0.575.0",
17
"next": "16.1.6",
- "next-sitemap": "^4.2.3",
18
"octokit": "^5.0.5",
19
"react": "19.2.4",
20
"react-dom": "19.2.4",
@@ -34,6 +34,7 @@
34
"@vitest/coverage-v8": "^4.0.18",
35
"eslint": "^9",
36
"eslint-config-next": "16.1.6",
37
+ "next-sitemap": "^4.2.3",
38
"tailwindcss": "^4",
39
"tailwindcss-animate": "^1.0.7",
40
"typescript": "5.9.3",
0 commit comments