Publish Demo 測試頁
這是一個用來驗證 publish-note skill 修復的 Demo 頁面。
驗證項目
- ✅
convert.mjs輸出格式改為slug/index.html(目錄格式) - ✅
deploy.sh所有wrangler pages deploy加上--branch main
修復背景
之前發布的頁面因為兩個 bug 導致 URL 無法正確訪問:
- 檔案格式錯誤:輸出
slug.html(平坦)而非slug/index.html(目錄),Cloudflare Pages 的 clean URL routing 需要目錄格式 - Branch 錯誤:部署到 Preview branch(
feat/fetch-resource-pipeline)而非 Production(main),導致主網址不更新
如果你看到這個頁面,代表修復成功 🎉