Skip to content

Fix Vercel build failures in ETL blog image resolution#27

Merged
Adez017 merged 1 commit into
patch-1from
copilot/fix-vercel-build-errors
May 8, 2026
Merged

Fix Vercel build failures in ETL blog image resolution#27
Adez017 merged 1 commit into
patch-1from
copilot/fix-vercel-build-errors

Conversation

Copilot AI commented May 8, 2026

Copy link
Copy Markdown

Description

This PR addresses recurring Vercel build failures in the ETL blog PR caused by unresolved local asset paths in a case-sensitive build environment. It normalizes image references in the blog content and updates social image metadata to a valid static path.

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

  • Asset path normalization (case-sensitive safe)
    • Replaced broken ./img/... markdown references with the correct ./Img/... paths in blog/ETL-pipeline-tutorial/index.md.
  • Metadata image path correction
    • Updated og:image and twitter:image values to /img/blogs/adf-cover_image.png to use a resolvable static asset path.
  • Build blocker removed
    • Eliminates unresolved-image failures from Docusaurus/Vercel build for this post.
- ![...](./img/adf-pipeline-overview.png)
+ ![...](./Img/adf-pipeline-overview.png)

- content: "./img/adf-cover_image.png"
+ content: "/img/blogs/adf-cover_image.png"

Dependencies

  • No new dependencies.
  • No version or configuration changes.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers and devices
  • My changes do not generate new console warnings or errors .
  • I ran npm run build and attached screenshot(s) in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

@Adez017 Adez017 marked this pull request as ready for review May 8, 2026 07:49
@Adez017 Adez017 merged commit 8cb9846 into patch-1 May 8, 2026
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