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:
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://yuzhiran.com/sitemap.xml
|
||||
Reference in New Issue
Block a user