Skip to content

fix(blog): remove windows-invalid asset filenames#7918

Draft
AmanVarshney01 wants to merge 1 commit into
mainfrom
aman/fix-windows-invalid-blog-assets
Draft

fix(blog): remove windows-invalid asset filenames#7918
AmanVarshney01 wants to merge 1 commit into
mainfrom
aman/fix-windows-invalid-blog-assets

Conversation

@AmanVarshney01
Copy link
Copy Markdown
Member

Summary

  • rename blog image assets that used * in tracked filenames
  • update MDX image references to the renamed assets
  • cover the full set of Windows-invalid blog asset filenames, not only the file reported in the issue

Root cause

Windows does not allow * in file paths, so the repository could not be cloned on Windows while tracked blog assets used Medium-style filenames containing asterisks.

Validation

  • git ls-files | rg '[*?<>:"|]' | wc -l
  • rg -n '!\[[^]]*\]\([^)]*\*[^)]*\.(png|jpg|jpeg|gif)' apps/blog/content -S
  • checked changed blog posts for missing local image targets with a Node script
  • git diff --cached --check

Fixes #7899

@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 2026

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

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment May 26, 2026 1:19pm
docs Ready Ready Preview, Comment May 26, 2026 1:19pm
eclipse Ready Ready Preview, Comment May 26, 2026 1:19pm
site Ready Ready Preview, Comment May 26, 2026 1:19pm

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 26, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 6f0eeffe-7bae-4287-997b-83450e1fc1c8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@argos-ci
Copy link
Copy Markdown

argos-ci Bot commented May 26, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - May 26, 2026, 1:25 PM

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.

Can't clone repo on Windows due to asterisk in file name

1 participant