-
Notifications
You must be signed in to change notification settings - Fork 0
fix: 換掉 faceless-pipeline 已被刪除的 ASMR 教學連結 - #287
Merged
Merged
Conversation
imagine.art 那篇 ASMR 教學回 HTTP 410 Gone。410 的語意是站方主動宣告 永久移除,而不是擋爬蟲——依 link-check-ignore.txt 開頭的判準驗過: 該站首頁 200、/blogs 200,而 /blogs/<不存在的 slug> 回的是 200 軟 404。 連「頁面不存在」都不給 404 的站卻單獨對這一篇回 410,那就是刪文。 改連 filmandlearning.com/asmr-video-tips/:麥克風選擇(指向性 vs 手機)、 收音距離、避開反射面與背景噪音、30–60 秒長鏡頭、後製降噪與 EQ。 選它而不是搜尋結果裡排前面的幾個工具商教學,有兩個理由: - 內容更貼近該段自己的講法(「聲音是主角」「慢動作、重複性動作、特寫」), 原本那篇是 AI 圖像工具商的內容行銷文 - 從機房 IP 讀得到。Animoto 那篇在家用 UA 下回 200,但機房 IP 直接 403—— 換上去只會讓 CI 每次都報「需人工確認」,把雜訊留給下一個人 同時把這條從待修清單移到「已處理」——清單本身也會腐爛,修好一條就該刪一條 (見該檔開頭)。清單現在回到空的。 驗證:check-links 新失效 0、已知待修 0,退出碼 0;新連結判定為 ✅ 正常。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Deploying personal-website with Cloudflare Pages Cloudflare Pages
Latest commit:
30c1c92
Status: ✅ Deploy successful!
Preview URL:
https://5b2b60ea.personal-website-1m7.pages.dev
Branch Preview URL:
https://fix-replace-dead-asmr-link.personal-website-1m7.pages.dev
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.
問題
/projects/marketing/faceless-pipeline/(中英版)引用的 imagine.art ASMR 教學文回 HTTP 410 Gone。這是先前卡住 #282 CI 的那條連結,當時先列進待修清單解除阻塞。410 的語意是站方主動宣告永久移除,不是擋爬蟲。依
link-check-ignore.txt開頭的判準驗過:/blogs/blogs/<隨便打一個不存在的 slug>/blogs/how-to-create-asmr-videos連「頁面不存在」都不給 404 的站,卻單獨對這一篇回 410 —— 那就是刪文。
換成什麼
https://filmandlearning.com/asmr-video-tips/—— 麥克風選擇(指向性 vs 手機)、收音距離、避開反射面與背景噪音、30–60 秒長鏡頭、後製降噪與 EQ。選它而不是搜尋結果裡排前面的工具商教學,有兩個理由:
也清了待修清單
把這條從待修移到「已處理」並記下換連的理由。清單本身也會腐爛 —— 修好一條就該刪一條(該檔開頭寫著這件事)。清單現在回到空的。
驗證
新連結判定為
✅ 正常,出現在中英兩個版本的頁面上。沒有動
data/page-manifest.json。🤖 Generated with Claude Code