Skip to content

Remove hero image from blog page#1

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/remove-image-from-hero-section
Draft

Remove hero image from blog page#1
Copilot wants to merge 2 commits intomasterfrom
copilot/remove-image-from-hero-section

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 5, 2026

Removes the standalone hero image section from the blog-with-session page.

Changes

  • Removed hero image section: Eliminated the <section class="hero-image"> containing the Unsplash image (lines 117-125)
  • Cleaned up resources: Removed heroImage variable, preload link, and unused preconnect to images.unsplash.com

The page now displays only the Showcase component for the hero section.

Before/After

Before:

<Showcase heading="Astro Blog" text="A simple blog built with Astro" showExtra={false} />

<section class="hero-image" style="margin-top: -2rem;">
  <img 
    src={heroImage}
    alt="Astro Blog Hero"
    fetchpriority="high"
    style="width: 100%; max-height: 400px; object-fit: cover;"
  />
</section>

After:

<Showcase heading="Astro Blog" text="A simple blog built with Astro" showExtra={false} />

Homepage showing hero section without image

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:

  • api.trafficbox.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-test/astro-test/node_modules/.bin/astro dev (dns block)
  • dl.deno.land
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-test/astro-test/node_modules/.bin/astro dev (dns block)
  • jsonplaceholder.typicode.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-test/astro-test/node_modules/.bin/astro dev (dns block)
  • netlifind.netlify.app
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-test/astro-test/node_modules/.bin/astro dev (dns block)
  • telemetry.astro.build
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-test/astro-test/node_modules/.bin/astro build (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/astro-test/astro-test/node_modules/.bin/astro dev (dns block)

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


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@netlify
Copy link
Copy Markdown

netlify bot commented Feb 5, 2026

Deploy Preview for brilliant-pithivier-5482e0 ready!

Name Link
🔨 Latest commit 0ce80e3
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pithivier-5482e0/deploys/69848eb13c3f970008ca90d3
😎 Deploy Preview https://deploy-preview-1--brilliant-pithivier-5482e0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: saedayman <218966737+saedayman@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove image from hero section Remove hero image from blog page Feb 5, 2026
Copilot AI requested a review from saedayman February 5, 2026 12:37
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