Skip to content

Fix broken Loomy logo by replacing unreachable external CDN with local SVG#11

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-loomy-logo-image-issue
Draft

Fix broken Loomy logo by replacing unreachable external CDN with local SVG#11
Copilot wants to merge 2 commits intomainfrom
copilot/fix-loomy-logo-image-issue

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

The Loomy logo references https://loomy.xunfei.cn/images/logo-light.svg which is unreachable, causing broken images on the GitHub README and the deployed site's hero carousel.

broken logo

Changes

  • Add docs/public/loomy-logo-light.svg — local SVG wordmark
  • Update README.md and README_EN.md to use docs/public/loomy-logo-light.svg
  • Update HeroCarousel.vue to use /loomy-logo-light.svg (VitePress public path)

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • bjcdn.openstorage.cn
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • loomy.xunfei.cn
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • web.archive.org
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

@vercel
Copy link

vercel bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
astronclaw-tutorial Ready Ready Preview, Comment Mar 19, 2026 2:03pm

The Loomy logo was broken in both the GitHub README and the VitePress
website because it referenced an unreachable external URL
(https://loomy.xunfei.cn/images/logo-light.svg).

- Add local SVG logo file at docs/public/loomy-logo-light.svg
- Update README.md to use local path docs/public/loomy-logo-light.svg
- Update README_EN.md to use local path docs/public/loomy-logo-light.svg
- Update HeroCarousel.vue to use VitePress public path /loomy-logo-light.svg

Co-authored-by: FenjuFu <92919259+FenjuFu@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix loomy logo image issue on GitHub repository and website Fix broken Loomy logo by replacing unreachable external CDN with local SVG Mar 19, 2026
Copilot AI requested a review from FenjuFu March 19, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants