Skip to content

Replace externally hosted homepage media with local assets - #46

Merged
driver727-pixel merged 1 commit into
mainfrom
copilot/fix-main-page-error
May 30, 2026
Merged

driver727-pixel merged 1 commit into
mainfrom
copilot/fix-main-page-error

Conversation

Copilot AI commented May 30, 2026

Copy link
Copy Markdown
Contributor

The homepage referenced multiple externally hosted images, which triggered resource load failures in some client environments (ERR_NAME_NOT_RESOLVED / blocked fetches). This PR removes those external dependencies from the main page render path.

  • Homepage hero/slideshow asset sourcing

    • Replaced slideshow image URLs in src/App.tsx that pointed to github.com/user-attachments/... with local files already served from /public.
    • Updated the hero logo image source from an external GitHub asset to a local site asset (/favicon.svg).
  • Net effect

    • Main-page visual assets now resolve from the app origin, reducing third-party fetch failures and removing brittle external hostname dependencies.
const slideshowImages = [
  "/Skateboards in space.png",
  "/Skateboards in space2.png",
  "/hype-BA.png",
  "/Joustur-board.png",
];

<img className="placeholder-logo" src="/favicon.svg" ... />

@driver727-pixel
driver727-pixel marked this pull request as ready for review May 30, 2026 04:49
Copilot AI review requested due to automatic review settings May 30, 2026 04:49
@driver727-pixel
driver727-pixel merged commit 32a776c into main May 30, 2026
1 check failed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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.

3 participants