You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(blog): resolve 'Missing parameter: tag' build error and enhance international tag support
- Refactor [slugifyTag](cci:1://file:///Volumes/DATA/Astro/astro-batavia/src/i18n/utils.ts:86:0-96:1) utility to support non-ASCII characters (e.g., Japanese tags) and handle special symbols gracefully.
- Update `getStaticPaths` in tag pages to filter out empty slugs, preventing Astro's "Missing parameter" build failure.
- Ensure tag slugs are unique within each language to avoid routing conflicts.
- Clean up accidental code duplication in the localized blog tag route.
0 commit comments