build: 添加 postbuild sitemap 生成脚本 + robots.txt SEO
- package.json: 添加 postbuild 钩子自动生成 sitemap - scripts/generate-sitemap.js: 站点地图生成器(78 条 URL) - public/robots.txt: SEO 爬虫引导 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"predev": "rm -rf out",
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"postbuild": "node scripts/generate-sitemap.js",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
||||
Reference in New Issue
Block a user