RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

Pick a date

The Wire · Showcase

VITEPRESS FIXES SEARCH LOCALIZATION AND REWRITE HANDLING ACROSS FOUR CRITICAL PATHS

By RepoJournal · Filed · About Vue.js

VitePress shipped fixes for locale-aware search indexing, Windows drive letter normalization, and sidebar link resolution that were breaking sites using rewrites and multi-language setups.

The headline fix lands in local search: pages using rewritten paths now map to the correct locale index instead of landing in root, solving the problem for sites that keep source files outside locale directories [1]. That same rewrite system broke on Windows when Vite reported uppercase drive letters from lowercase working directories, but normalization of just the drive prefix keeps paths stable across case mismatches [2]. Sidebar links with configured base paths were getting the base applied to external URLs, which snapped them in half; that's fixed, with external links now skipping base resolution entirely [3]. A separate fix ensures heading anchors work when the included Markdown file has frontmatter by stripping it before both the heading lookup and the line slice [4]. These are all in flight but not shipped yet.

Action items

References

  1. [1] fix: index rewritten local search pages by locale ↗ vuejs/vitepress
  2. [2] fix(build): normalize rewrite drive letters ↗ vuejs/vitepress
  3. [3] fix: preserve external sidebar links with base ↗ vuejs/vitepress
  4. [4] fix: strip frontmatter before heading includes ↗ vuejs/vitepress

FAQ

What changed in Vue.js on June 29, 2026?
VitePress shipped fixes for locale-aware search indexing, Windows drive letter normalization, and sidebar link resolution that were breaking sites using rewrites and multi-language setups.
What should Vue.js teams do about it?
Watch for VitePress patch release with locale search fix before deploying multi-language sites with rewrites • If running Windows builds with VitePress rewrites, pull the drive normalization fix when available
Which Vue.js repositories shipped on June 29, 2026?
vuejs/vitepress

Related across the cluster

For your repos

The showcase is a teaser.
Your wire is the product.

Same engine. Different stack. Below: what changes when the wire is yours.

Showcase wire

  • 14 famous open source orgs
  • One wire per day
  • Public, generic
  • Read on the web, when you remember

Your wire

  • Up to 1,500 of your repos - orgs, deps, vendors
  • Morning and evening briefs
  • Action items routed to your team
  • Slack delivery, email, breaking-news CVE alerts

Want a hands-on demo first? Ask a current user for an invite link.