chore: 前端添加next-sitemap依赖

This commit is contained in:
2025-12-24 13:42:29 +08:00
parent f2afe4f7ee
commit f64b9bb469
2 changed files with 32 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
@@ -41,6 +42,7 @@
"input-otp": "^1.4.2",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"pagination": "^0.4.6",
"popover": "^2.4.1",
@@ -74,4 +76,4 @@
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}
}