chore: 生成物 sitemap/llms 不提交 + 推进 sync 基准到 0b2b7292#17
Merged
Conversation
跟随上游做法:site/sitemap.xml 与 site/llms.txt 由 build.js 在每次 Vercel 部署(buildCommand: node site/build.js)时从 PHASES 重新生成,不应提交—— 提交会导致仓库副本与实际部署漂移、漏 URL。 - .gitignore 加忽略;git rm --cached 从版本控制移除(本地/部署仍会生成) - 修正 PR #16 误将这两个生成物提交进仓库 同时推进 .sync-upstream-base 9b76123 → 0b2b729:本批上游 8 commit 已 全部检视处理(HF 路径 #15、交互图表/SEO/About #16、.gitignore 本 PR), 下次从 0b2b729 起 diff。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
跟随上游:
site/sitemap.xml与site/llms.txt由 build.js 每次部署时生成,加入 .gitignore 并从版本控制移除(修正 PR #16 误提交)。同时推进同步基准9b761233 → 0b2b7292(本批 8 commit 已全部处理:#15 HF 路径、#16 站点功能、本 PR gitignore)。